Brigitte gave Rails Girls MUC a talk on understanding where the HTML and CSS of your application can be found, and a little about working with it in RoR
off important Tags!</p>! <p>also, it has a ! <a href="ideas.html">link to my ideas</a></p>! <h1>My Rails App</h1>! <p>It's running on rails now.</p>! <p>it still has a ! <%= link_to "link to my ideas", ideas_path %></p>!
root GET / pages#info! ideas GET /ideas(.:format) ideas#index! new_idea GET /ideas/new(.:format) ideas#new! edit_idea GET /ideas/:id/edit(.:format) ideas#edit! idea GET /ideas/:id(.:format) ideas#show! see all the URLs and names of routes just add _path or _url to the prefix: root_path, ideas_path, new_idea_path, ... let Rails take care of URLs for you!
views in app/views/ using ERB – embedded ruby inside <% %> Convert all links use link_to never write URLs, use path-helpers instead Move you CSS to the asset pipline app/assets/stylesheets Convert you CSS to SASS, SCSS or LESS Use all your knowledge of HTML Tags, CSS, ... with tiny adjustments
March 14+15 2014 Every Oct and March http://lanyrd.com/series/ barcamp-salzburg/ Summer University " for Women in IT: Aug25-Sep9 2014 Call for Lectures out soon! Weekend-Courses in March + May http://ditact.ac.at
MSc. Web Development Austrian Public University " of Applied Science (FH) http://multimediatechnology.at Web Dev User group in Salzburg once a month Join us on http://meetup.com