[Rails] Re: Can't seem to get javascripts to load in rails 3.1.3

2012-02-21 Thread Neener54
Do you have %= javascript_include_tag application % in your layout? On Feb 15, 11:13 am, Vell lovell.mcilw...@gmail.com wrote: Hello all, I am attempting to add some jquery to an application that I am developing but I am having trouble getting my newly created .js file to load. I have tried

[Rails] Re: Gem install bundler works, gem bundle doesn't?

2012-01-26 Thread Neener54
Could you share a bit more info with us? Share your gem environment (gem environment) and gem list. I've had experiences here at work where people were installing gems to the wrong directory, one not in their gem path. On Jan 24, 8:34 am, Ibrahim Cesar em...@ibrahimcesar.com wrote: Hi, I'm

[Rails] Re: Rails 3.1 compress assets production fails when compress is set to true

2012-01-22 Thread Neener54
Also keep in mind that you'll need to make sure the debug option is off otherwise it will force it to render individual assets. On Jan 17, 8:30 am, johnnybutler7 johnnybutl...@gmail.com wrote: Hi, I can deploy to staging fine. When i try and deploy to production i get the following error

[Rails] Re: Istalling Ruby 1.9.2

2012-01-22 Thread Neener54
I generally like to use rvm use 1.9.2 --default to make sure that I always use my preferred installation version. On Jan 19, 8:27 pm, Francesca Krihely france...@10gen.com wrote: doh! For anyone who is silly like me, After install put rvm use 1.9.2 in the command line and voilla ruby

[Rails] Re: Using Mongoid with ActiveRecord

2012-01-22 Thread Neener54
You could just go into the model and change it's inheritance. I've never used mongoid but I think that push comes to shove, simply switching [modeltype] wouldn't be too hard. I'll keep an eye open for you though and see if I can figure it out. On Jan 21, 7:41 pm, Mike Kim