DiscoverLayer 8 - Feed aufgelassenEpisode 19 - Sonjas Ruby on Rails Projekt
Episode 19 - Sonjas Ruby on Rails Projekt

Episode 19 - Sonjas Ruby on Rails Projekt

Update: 2017-03-07
Share

Description

Show Notes und Links



Projekt ANA Tag 2 final



Rails Girls App Tutorial



Scaffold Gerüst für die Ressource bauen Tutorial



englische Begriffe für Ressourcen verwenden (Einzahl-, Mehrzahlbildung)



Struktur in ANA: ein Projekt (project) hat n Anforderungen (requirement) => 1:n Relation



  • project has_many requirements

  • requirement belongs_to project



MVC (model, view, control): Ruby on Rails Tutorial zu MVC



Ressource project



  • model: project.rb

  • views: edit.html.erb, index.html.erb, new.html.erb, show.html.erb

  • controller: projects_controller.rb enthält Methoden index, show, new, edit, create



Datenbank rake db:migrate



Views html.erb Ruby code in Klammern



  • <% %> Aufruf der Ruby Funktion

  • <%= %> Rückgabewert der Ruby Funktion soll ausgegeben werden



Start des Servers rails s



  • http://localhost:3000/projects

  • http://localhost:3000/requirements



Datenbank SQlite Wikipedia Artikel, Homepage



Bootstrap getbootstrap HTML, CSS, und JS framework



Responsive Design Wikipedia



Internationalisieren und Lokalisieren Wikipedia



  • internationalization Numeronym i18n

  • localization Numeronym l10n



pdf-Dokument erzeugen: Prawn




DSL - domain specific language Wikipedia



Rapid prototyping, iterative Entwicklung



VHDL



JIRA Ticketsystem

Comments 
00:00
00:00
x

0.5x

0.8x

1.0x

1.25x

1.5x

2.0x

3.0x

Sleep Timer

Off

End of Episode

5 Minutes

10 Minutes

15 Minutes

30 Minutes

45 Minutes

60 Minutes

120 Minutes

Episode 19 - Sonjas Ruby on Rails Projekt

Episode 19 - Sonjas Ruby on Rails Projekt

Sonja und Stefan