[Rails] Re: Bootstrap Navbar

2016-07-29 Thread Craig Boyd
I found the problem: I missed the step to make sure application.css was renamed to application.scss Sorry for the noise. Thanks, Craig -- 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

[Rails] Bootstrap Navbar

2016-07-29 Thread Craig Boyd
Hello all, I am a complete and total newbie when it comes to Ruby on Rails so please excuse the question: I am trying to bring in the default Navbar from bootstrap. I think I followed all the instructions on the bootstrap website, but when I refresh my page all the text elements display, but none

Re: [Rails] Offline rails application

2016-07-29 Thread Hassan Schroeder
On Fri, Jul 29, 2016 at 3:47 AM, amitoj singh wrote: > The main thing in our application which we want to store in the cache > is a form. User can view and enter their information in the > form(without internet connectivity) and that information is stored > locally and

Re: [Rails] Offline rails application

2016-07-29 Thread Mike
I doubt you can do that, you would need to have a local copy of the rails app running against a local database I would have thought, but that is probably not good for security On Friday, 29 July 2016 11:48:34 UTC+1, amitoj singh wrote: > > On Fri, Jul 29, 2016 at 2:28 PM, Mike

Re: [Rails] Offline rails application

2016-07-29 Thread amitoj singh
On Fri, Jul 29, 2016 at 2:28 PM, Mike wrote: > Reading the original post it sounds like the application is on the internet, > but if the user is in a bad signal, or middle of the jungle area with no > signal they still want the app to work. Yup, The application is

Re: [Rails] Offline rails application

2016-07-29 Thread Mike
Reading the original post it sounds like the application is on the internet, but if the user is in a bad signal, or middle of the jungle area with no signal they still want the app to work. There is no way that this will really happen as the dynamic pages will still require a connection to