On Jun 17, 2014, at 5:21 AM, Jaimin Pandya 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 >
None of this is going to get close to the problem. If you are running this in a "local Web server", does that mean you started Rails from the command line with rails server in the working directory? If so, that command line is now filled with all the messages sent by the server application back to you. You should see an error, or not, in the log. That will tell us where things are going wrong for you. While it is good for you to show your work, please don't assume that anyone is going to run your application locally to see the log. Walter > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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/d93b1f290b070fb4882f58d4fab05fe6%40ruby-forum.com. > For more options, visit https://groups.google.com/d/optout. -- 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/276E50F3-F376-44CE-8C8C-D00FE0C359EB%40wdstudio.com. For more options, visit https://groups.google.com/d/optout.

