On Tuesday, June 17, 2014 5:22:23 AM UTC-4, Ruby-Forum.com User wrote: > > I am reading chapter 8 (section 8.4 iteration C2: Adding a page > layout.)`Agile Web Development with Rails`. > > According to that section I changed application.html.erb file and > application.css.scss file. > > After that when I open web page in local web server, web page is open > BUT changes not take place. Means web page is not display like "Catalog > with layout added.jpg"(Please find attached file) format. > > I have attache Gemfile, application.html.erb and application.css.scss > file. > > Please find that file. > > Should I use 'bootstrap-sass' gem to solve this problem? > > How could I solve this problem? > > Kind regards. > > Attachments: > http://www.ruby-forum.com/attachment/9806/application.css.scss > http://www.ruby-forum.com/attachment/9807/Catalog_with_layout_added.jpg > http://www.ruby-forum.com/attachment/9808/application.html.erb > http://www.ruby-forum.com/attachment/9809/Gemfile > > > -- > Posted via http://www.ruby-forum.com/. >
I agree with Walter, a log would help. I can't see anything wrong with what you've given us. One thing I will caution you on. When you go through a tutorial such as the book you are using, make sure you are using the same version of Rails and other gems as the book is. I say this because the authors of that book are usually pretty quick to update the book and you are using Rails 3.2. If you have an old copy of the book that is actually using version 3.2, you should be fine. Otherwise, I would recommend you update. Mike -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/868c560e-5d21-4a01-9f1a-d516258db27f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

