Cut up and reassemble / index.html ideas.html /app/views pages/info.html.erb ideas/index.html.erb layout/application.html. erb I'm embedded ruby and will produce html
Write all Links with link_to My Static Webpage it's full off important Tags! also, it has a link to my ideas My Rails App It's running on rails now. it still has a <%= link_to "link to my ideas", ideas_path %>
rake routes $ rake routes Prefix Verb URI Pattern Controller#Action 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!
Summary split up your html-files one layout in app/views/layouts/ many 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
Learn more! Come to Salzburg Barcamp on Web Development March 14+15 2014 Every Oct and March http://lanyrd.com/series/barca mp-salzburg/ Summer University for Women in IT: Aug25-Sep9 2014 Call for Lectures out soon! Weekend-Courses in March + May http://ditact.ac.at
Learn More! Come to Salzburg BSc. Web Development 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