Webanwendungen mit Ruby on Rails: der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München [u.a.]
Addison-Wesley
2007
|
Schriftenreihe: | Open source library
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | 306 S. Ill., graph. Darst. DVD (12 cm) |
ISBN: | 3827324912 9783827324917 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022255601 | ||
003 | DE-604 | ||
005 | 20231214 | ||
007 | t | ||
008 | 070205s2007 ad|| |||| 00||| ger d | ||
020 | |a 3827324912 |9 3-8273-2491-2 | ||
020 | |a 9783827324917 |9 978-3-8273-2491-7 | ||
035 | |a (OCoLC)180122165 | ||
035 | |a (DE-599)BVBBV022255601 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a ger | |
049 | |a DE-M347 |a DE-824 |a DE-1051 |a DE-29T |a DE-91G |a DE-12 |a DE-863 |a DE-634 |a DE-83 | ||
082 | 0 | |a 006.76 |2 22/ger | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a DAT 677f |2 stub | ||
100 | 1 | |a Wartala, Ramon |d 1972- |e Verfasser |0 (DE-588)132925419 |4 aut | |
245 | 1 | 0 | |a Webanwendungen mit Ruby on Rails |b der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung |c Ramon Wartala ; Jan Krutisch |
264 | 1 | |a München [u.a.] |b Addison-Wesley |c 2007 | |
300 | |a 306 S. |b Ill., graph. Darst. |e DVD (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Open source library | |
650 | 0 | 7 | |a Ruby on Rails |0 (DE-588)7516633-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Ruby on Rails |0 (DE-588)7516633-1 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Krutisch, Jan |e Verfasser |0 (DE-588)132925443 |4 aut | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015466324&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015466324 |
Datensatz im Suchindex
DE-BY-863_location | 1911 |
---|---|
DE-BY-FWS_call_number | 1911/2015:0528 |
DE-BY-FWS_katkey | 296642 |
DE-BY-FWS_media_number | 083100976817 |
_version_ | 1806175915327094784 |
adam_text | RAMON WARTALA, JAN KRUTISCH WEBANWENDUNGEN MIT RUBY ON RAILS DER
PRAXISEINSTIEG VON DEN GRUNDLAGEN UEBER TESTING BIS ERWEITERUNG R ^ ^
^ADDISON-WESLEY AN IMPRINT OF PEARSON EDUCATION MUENCHEN * BOSTON * SAN
FRANCISCO * HARLOW, ENGLAND DON MILLS, ONTARIO * SYDNEY * MEXICO CITY
MADRID * AMSTERDAM INHALTSVERZEICHNIS VORWORT 13 DANKSAGUNG 15 UEBER UNS
17 1 EINLEITUNG 19 1.1 MOTIVATION 19 1.2 PRODUKTIVITAET FOLGT MOTIVATION
FOLGT SPASS 20 1.3 EIN FRAMEWORK WIRD EXTRAHIERT 21 1.4 AGILE
SOFTWAREENTWICKLUNG 22 1.5 WER DIESES BUCH LESEN SOLLTE 22 1.6 WEGWEISER
22 2 VON DER IDEE ZUR IMPLEMENTIERUNG 25 2.1 DIE IDEE HINTER DER
WEBANWENDUNG 25 2.2 STORYCARDS UND ANFORDERUNGSGESCHICHTEN 26 2.3 WAS
SPRICHT FUER RUBY ON RAILS? 28 2.4 RAILS AUS PHP- UND JAVA-ENTWICKLER
SICHT 30 3 GRUNDLAGEN 33 3.1 INSTALLATION VON RAILS 33 3.1.1 WINDOWS 33
3.1.2 MAC OS X 36 3.1.3 LINUX/UNIX 40 3.2 APPLIKATIONSRAHMEN UND
VERZEICHNISSTRUKTUR 42 3.3 UMGEBUNGEN 44 3.4 DATENBANKKONFIGURATION 44
3.5 ARBEITSUMGEBUNG 46 3.5.1 EDITOREN 47 3-5-2 IDES 47 3.5.3 DIE QUAL
DER WAHL 49 4 EIN PRAXISBEISPIEL 53 4.1 GERUESTBAU 53 4.1.1
OBJEKTRELATIONALES MAPPING 59 4.1.2 RAILS CONSOLE 59 INHALTSVERZEICHNIS
4.1.3 SCAFFOLDING 62 4.1.4 MODEL-VIEW-CONTROLLER 66 4.2 MIGRATION,
VALIDIERUNG UND LAYOUTS 67 4.2.1 VALIDIERUNG 68 4.2.2 CALLBACKS 73 4.2.3
OBSERVER 74 4.2.4 WEITERE MIGRATIONEN 75 4.2.5 CRUD UND FINDER 79 4.2.6
DURCH DIE CONTROLLER IN DIE VIEWS 83 4.3 TESTEN IST BESSER 98 4.3.1 WAS
SIND TESTS 98 4.3.2 MODELLE TESTEN 100 4.3.3 AUFRUFEN MEHRERER
UNIT-TESTS AUF EINMAL 107 4.3.4 CONTROLLER TESTEN 107 4.4 ROUTES UND DER
REST 114 4.4.1 WAS PASSIERT HIER EIGENTLICH? 114 4.4.2 ROUTING 116 4.4.3
ROUTES TESTEN 120 4.4.4 SIMPLY RESTFUI 121 4.5 ZUGANG BESCHRAENKEN 134
4.5.1 AUTHENTIFIZIERUNG 135 4.5.2 FILTER 136 4.5.3 SESSION 140 4.5.4
INTEGRITAET TESTEN 144 4.6 WEB 2.0! AJAX! 148 4.6.1 EINE ERSTE SCHNELLE
DEMONSTRATION 151 4.6.2 OBSERVER 156 4.6.3 CALLBACKS 157 4.6.4 EFFEKTE!
160 4.6.5 NOCH EINMAL AUF ANFANG: AJAX-BASICS 161 4.6.6 RJS 165 4.6.7
SKRIPTAKULOESER IN-PLACE-EDITOR 168 4.6.8 ZIEHEN UND FALLEN LASSEN 168
4.6.9 WEBDESIGN 2.0 171 4.7 VERBINDUNGEN EINGEHEN 174 4.7.1 AMAZON WEB
SERVICES 175 4.7.2 ACTION WEB SERVICE 178 4.7.3 ACTIONMAILER 185 8
INHALTSVERZEICHNIS 4.8 INTERNATIONALISIERUNG 192 4.8.1 EINLEITUNG 192
4.8.2 GRUNDSAETZLICHES ZUR INTERNATIONALISIERUNG VON WEBSEITEN 193 4.8.3
VORBEREITUNG 195 4.8.4 VEREINFACHTE LOKALISATION 198 4.8.5 LOKALISATION
FUER MEHRERE SPRACHEN 200 4.8.6 GLOBALIZE 208 4.8.7 AUSBLICK 209 4.9
AUSLIEFERUNG 210 4.9.1 ENTWICKLEN, TESTEN, BETREIBEN 210 4.9.2
TESTSYSTEM 211 4.9.3 EINE ZEITMASCHINE NAMENS SUBVERSION 212 4.9.4
INTEGRATIONSTESTS UND CONTINUOUS INTEGRATION 219 4.9.5 DEPLOYMENT 220
4.9.6 WEBSERVER 224 4.9.7 DATENBANKSERVER 227 4.9.8 SICHERHEITSASPEKTE
227 4.9.9 GESCHWINDIGKEITSASPEKTE 231 4.9.10 HOSTING 238 4.9.11
MONITORING UND PROLOG 239 4.9.12 ABSCHLUSS 240 5 RAILS-GOODYS 243 5.1
ACTIVERECORD - WAS ES NOCH KANN 243 5.1.1 MODELLE ALS JOIN-TABLE 243
5.1.2 POLYMORPHE GESTALTEN 245 5.1.3 ACTS_AS_LIST 247 5.1.4 ACTS_AS_TREE
248 5.1.5 TRANSAKTIONEN 249 5.2 ACTIONVIEW-GOODYS 250 5.2.1 DATUMS- UND
ZAHLENFORMATIERUNGEN 250 5.2.2 TEXT-HELPERS 251 5.3 PLUGINS 251 5.3.1
PLUGINS INSTALLIEREN 252 5.3.2 ACTSAS 253 5.3.3 SONSTIGES 256 9
INHALTSVERZEICHNIS 6 RAILS ERWEITERN 261 6.1 EIGENE PLUGINS 261 6.1.1
DEN GENERATOR ANWERFEN 262 6.2 EIGENE GENERATOREN 265 6.2.1 DIE IDEE 267
6.3 ERWEITERUNGEN VERTEILEN 270 6.4 GENERATOREN VS. PLUGINS 271 A ANHANG
273 A.I RUBY FUER RAILS 273 A.1.1 APPETITHAPPEN 273 A.1.2 GRUNDSAETZLICHES
275 A.1.3 ALLES IST EIN OBJEKT 277 A.1.4 BASISTYPEN 277 A.1.5
ARRAYS/HASHES/ITERATOREN 278 A.1.6 ITERATOREN 279 A.1.7 REGULAERE
AUSDRUECKE 280 A.1.8 KLASSEN/OBJEKTE/METHODEN 281 A.1.9 KLASSEN ERWEITERN
284 A.1.10 DUCK TYPING UND METAPROGRAMMING 285 A.1.11 EXCEPTIONS 286 A.2
RAILS-WERKZEUG-REFERENZ 287 A.2.1 RAKE-TASKS 287 A.2.2 SKRIPTE 289 A.2.3
RAILS-GENERATOR 289 A.2.4 PLUGINS 290 A.2.5 MIGRATION 290 A.3
CAPISTRANO-REFERENZ 291 A.3.1 CAPISTRANO-TASKS 291 A.3.2
CAPISTRANO-VARIABLEN 292 A.3.3 CAPISTRANO-BEFEHLE 293 A.4 RUBY ON RAILS
AUF DEM SERVER 293 A.5 INHALT DER DVD-ROM 296 A.5.1 ORDNERSTRUKTUR 297
10 INHALTSVERZEICHNIS A.6 QUELLEN 298 A.6.1 RAILS IM INTERNET 298 A.6.2
RAILS-COMMUNITY 298 STICHWORTVERZEICHNIS 301 11
|
adam_txt |
RAMON WARTALA, JAN KRUTISCH WEBANWENDUNGEN MIT RUBY ON RAILS DER
PRAXISEINSTIEG VON DEN GRUNDLAGEN UEBER TESTING BIS ERWEITERUNG R ^ ^
^ADDISON-WESLEY AN IMPRINT OF PEARSON EDUCATION MUENCHEN * BOSTON * SAN
FRANCISCO * HARLOW, ENGLAND DON MILLS, ONTARIO * SYDNEY * MEXICO CITY
MADRID * AMSTERDAM INHALTSVERZEICHNIS VORWORT 13 DANKSAGUNG 15 UEBER UNS
17 1 EINLEITUNG 19 1.1 MOTIVATION 19 1.2 PRODUKTIVITAET FOLGT MOTIVATION
FOLGT SPASS 20 1.3 EIN FRAMEWORK WIRD EXTRAHIERT 21 1.4 AGILE
SOFTWAREENTWICKLUNG 22 1.5 WER DIESES BUCH LESEN SOLLTE 22 1.6 WEGWEISER
22 2 VON DER IDEE ZUR IMPLEMENTIERUNG 25 2.1 DIE IDEE HINTER DER
WEBANWENDUNG 25 2.2 STORYCARDS UND ANFORDERUNGSGESCHICHTEN 26 2.3 WAS
SPRICHT FUER RUBY ON RAILS? 28 2.4 RAILS AUS PHP- UND JAVA-ENTWICKLER
SICHT 30 3 GRUNDLAGEN 33 3.1 INSTALLATION VON RAILS 33 3.1.1 WINDOWS 33
3.1.2 MAC OS X 36 3.1.3 LINUX/UNIX 40 3.2 APPLIKATIONSRAHMEN UND
VERZEICHNISSTRUKTUR 42 3.3 UMGEBUNGEN 44 3.4 DATENBANKKONFIGURATION 44
3.5 ARBEITSUMGEBUNG 46 3.5.1 EDITOREN 47 3-5-2 IDES 47 3.5.3 DIE QUAL
DER WAHL 49 4 EIN PRAXISBEISPIEL 53 4.1 GERUESTBAU 53 4.1.1
OBJEKTRELATIONALES MAPPING 59 4.1.2 RAILS CONSOLE 59 INHALTSVERZEICHNIS
4.1.3 SCAFFOLDING 62 4.1.4 MODEL-VIEW-CONTROLLER 66 4.2 MIGRATION,
VALIDIERUNG UND LAYOUTS 67 4.2.1 VALIDIERUNG 68 4.2.2 CALLBACKS 73 4.2.3
OBSERVER 74 4.2.4 WEITERE MIGRATIONEN 75 4.2.5 CRUD UND FINDER 79 4.2.6
DURCH DIE CONTROLLER IN DIE VIEWS 83 4.3 TESTEN IST BESSER 98 4.3.1 WAS
SIND TESTS 98 4.3.2 MODELLE TESTEN 100 4.3.3 AUFRUFEN MEHRERER
UNIT-TESTS AUF EINMAL 107 4.3.4 CONTROLLER TESTEN 107 4.4 ROUTES UND DER
REST 114 4.4.1 WAS PASSIERT HIER EIGENTLICH? 114 4.4.2 ROUTING 116 4.4.3
ROUTES TESTEN 120 4.4.4 SIMPLY RESTFUI 121 4.5 ZUGANG BESCHRAENKEN 134
4.5.1 AUTHENTIFIZIERUNG 135 4.5.2 FILTER 136 4.5.3 SESSION 140 4.5.4
INTEGRITAET TESTEN 144 4.6 WEB 2.0! AJAX! 148 4.6.1 EINE ERSTE SCHNELLE
DEMONSTRATION 151 4.6.2 OBSERVER 156 4.6.3 CALLBACKS 157 4.6.4 EFFEKTE!
160 4.6.5 NOCH EINMAL AUF ANFANG: AJAX-BASICS 161 4.6.6 RJS 165 4.6.7
SKRIPTAKULOESER IN-PLACE-EDITOR 168 4.6.8 ZIEHEN UND FALLEN LASSEN 168
4.6.9 WEBDESIGN 2.0 171 4.7 VERBINDUNGEN EINGEHEN 174 4.7.1 AMAZON WEB
SERVICES 175 4.7.2 ACTION WEB SERVICE 178 4.7.3 ACTIONMAILER 185 8
INHALTSVERZEICHNIS 4.8 INTERNATIONALISIERUNG 192 4.8.1 EINLEITUNG 192
4.8.2 GRUNDSAETZLICHES ZUR INTERNATIONALISIERUNG VON WEBSEITEN 193 4.8.3
VORBEREITUNG 195 4.8.4 VEREINFACHTE LOKALISATION 198 4.8.5 LOKALISATION
FUER MEHRERE SPRACHEN 200 4.8.6 GLOBALIZE 208 4.8.7 AUSBLICK 209 4.9
AUSLIEFERUNG 210 4.9.1 ENTWICKLEN, TESTEN, BETREIBEN 210 4.9.2
TESTSYSTEM 211 4.9.3 EINE ZEITMASCHINE NAMENS SUBVERSION 212 4.9.4
INTEGRATIONSTESTS UND CONTINUOUS INTEGRATION 219 4.9.5 DEPLOYMENT 220
4.9.6 WEBSERVER 224 4.9.7 DATENBANKSERVER 227 4.9.8 SICHERHEITSASPEKTE
227 4.9.9 GESCHWINDIGKEITSASPEKTE 231 4.9.10 HOSTING 238 4.9.11
MONITORING UND PROLOG 239 4.9.12 ABSCHLUSS 240 5 RAILS-GOODYS 243 5.1
ACTIVERECORD - WAS ES NOCH KANN 243 5.1.1 MODELLE ALS JOIN-TABLE 243
5.1.2 POLYMORPHE GESTALTEN 245 5.1.3 ACTS_AS_LIST 247 5.1.4 ACTS_AS_TREE
248 5.1.5 TRANSAKTIONEN 249 5.2 ACTIONVIEW-GOODYS 250 5.2.1 DATUMS- UND
ZAHLENFORMATIERUNGEN 250 5.2.2 TEXT-HELPERS 251 5.3 PLUGINS 251 5.3.1
PLUGINS INSTALLIEREN 252 5.3.2 ACTSAS 253 5.3.3 SONSTIGES 256 9
INHALTSVERZEICHNIS 6 RAILS ERWEITERN 261 6.1 EIGENE PLUGINS 261 6.1.1
DEN GENERATOR ANWERFEN 262 6.2 EIGENE GENERATOREN 265 6.2.1 DIE IDEE 267
6.3 ERWEITERUNGEN VERTEILEN 270 6.4 GENERATOREN VS. PLUGINS 271 A ANHANG
273 A.I RUBY FUER RAILS 273 A.1.1 APPETITHAPPEN 273 A.1.2 GRUNDSAETZLICHES
275 A.1.3 ALLES IST EIN OBJEKT 277 A.1.4 BASISTYPEN 277 A.1.5
ARRAYS/HASHES/ITERATOREN 278 A.1.6 ITERATOREN 279 A.1.7 REGULAERE
AUSDRUECKE 280 A.1.8 KLASSEN/OBJEKTE/METHODEN 281 A.1.9 KLASSEN ERWEITERN
284 A.1.10 DUCK TYPING UND METAPROGRAMMING 285 A.1.11 EXCEPTIONS 286 A.2
RAILS-WERKZEUG-REFERENZ 287 A.2.1 RAKE-TASKS 287 A.2.2 SKRIPTE 289 A.2.3
RAILS-GENERATOR 289 A.2.4 PLUGINS 290 A.2.5 MIGRATION 290 A.3
CAPISTRANO-REFERENZ 291 A.3.1 CAPISTRANO-TASKS 291 A.3.2
CAPISTRANO-VARIABLEN 292 A.3.3 CAPISTRANO-BEFEHLE 293 A.4 RUBY ON RAILS
AUF DEM SERVER 293 A.5 INHALT DER DVD-ROM 296 A.5.1 ORDNERSTRUKTUR 297
10 INHALTSVERZEICHNIS A.6 QUELLEN 298 A.6.1 RAILS IM INTERNET 298 A.6.2
RAILS-COMMUNITY 298 STICHWORTVERZEICHNIS 301 11 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Wartala, Ramon 1972- Krutisch, Jan |
author_GND | (DE-588)132925419 (DE-588)132925443 |
author_facet | Wartala, Ramon 1972- Krutisch, Jan |
author_role | aut aut |
author_sort | Wartala, Ramon 1972- |
author_variant | r w rw j k jk |
building | Verbundindex |
bvnumber | BV022255601 |
classification_rvk | ST 250 ST 252 ST 253 |
classification_tum | DAT 677f |
ctrlnum | (OCoLC)180122165 (DE-599)BVBBV022255601 |
dewey-full | 006.76 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.76 |
dewey-search | 006.76 |
dewey-sort | 16.76 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01628nam a2200397 c 4500</leader><controlfield tag="001">BV022255601</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20231214 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070205s2007 ad|| |||| 00||| ger d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3827324912</subfield><subfield code="9">3-8273-2491-2</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783827324917</subfield><subfield code="9">978-3-8273-2491-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)180122165</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022255601</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-M347</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-1051</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-863</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.76</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 677f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wartala, Ramon</subfield><subfield code="d">1972-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132925419</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Webanwendungen mit Ruby on Rails</subfield><subfield code="b">der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung</subfield><subfield code="c">Ramon Wartala ; Jan Krutisch</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München [u.a.]</subfield><subfield code="b">Addison-Wesley</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">306 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="e">DVD (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Open source library</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ruby on Rails</subfield><subfield code="0">(DE-588)7516633-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Ruby on Rails</subfield><subfield code="0">(DE-588)7516633-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Krutisch, Jan</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)132925443</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015466324&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015466324</subfield></datafield></record></collection> |
id | DE-604.BV022255601 |
illustrated | Illustrated |
index_date | 2024-07-02T16:41:04Z |
indexdate | 2024-08-01T11:13:00Z |
institution | BVB |
isbn | 3827324912 9783827324917 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015466324 |
oclc_num | 180122165 |
open_access_boolean | |
owner | DE-M347 DE-824 DE-1051 DE-29T DE-91G DE-BY-TUM DE-12 DE-863 DE-BY-FWS DE-634 DE-83 |
owner_facet | DE-M347 DE-824 DE-1051 DE-29T DE-91G DE-BY-TUM DE-12 DE-863 DE-BY-FWS DE-634 DE-83 |
physical | 306 S. Ill., graph. Darst. DVD (12 cm) |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Addison-Wesley |
record_format | marc |
series2 | Open source library |
spellingShingle | Wartala, Ramon 1972- Krutisch, Jan Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung Ruby on Rails (DE-588)7516633-1 gnd |
subject_GND | (DE-588)7516633-1 |
title | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung |
title_auth | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung |
title_exact_search | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung |
title_exact_search_txtP | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung |
title_full | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung Ramon Wartala ; Jan Krutisch |
title_fullStr | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung Ramon Wartala ; Jan Krutisch |
title_full_unstemmed | Webanwendungen mit Ruby on Rails der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung Ramon Wartala ; Jan Krutisch |
title_short | Webanwendungen mit Ruby on Rails |
title_sort | webanwendungen mit ruby on rails der praxiseinstieg von den grundlagen uber testing bis erweiterung |
title_sub | der Praxiseinstieg von den Grundlagen über Testing bis Erweiterung |
topic | Ruby on Rails (DE-588)7516633-1 gnd |
topic_facet | Ruby on Rails |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015466324&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT wartalaramon webanwendungenmitrubyonrailsderpraxiseinstiegvondengrundlagenubertestingbiserweiterung AT krutischjan webanwendungenmitrubyonrailsderpraxiseinstiegvondengrundlagenubertestingbiserweiterung |
Inhaltsverzeichnis
THWS Würzburg Magazin
Signatur: |
1911 2015:0528 |
---|---|
Exemplar 1 | ausleihbar Verfügbar Bestellen |