im using rails 3.1.4.rc5 and my javascript doesnt seem to be working. in my layout header i have the javascript include :defaults link, but for some reason when I write even the simplest of js code in
I\'m experimenting w开发者_StackOverflow社区ith Rails 3.1 which uses Sprokets 2.0 as its \"asset pipeline\" and trying to set it up to use CDN-hosted libraries when in production, but local hosted fil
I have the problem with rails-3.1: rails c Loading development environment (Rails 3.1.0.rc5) ree-1.8.7-2011.03 :001 > v=ActionView::Base.new
I have monkey patched the Tag class of the ActsAsTaggableOn plugin in an an initializer. All works fine, however I get a warning for a constant I added to Tag:
I just updated from 3.0.8 to rails 3.1 rc1. However,the css in my site is clearly not being accessed beacuse my site has no design anymore. I though i could fix it by creating an assets folder and pla
I have been working with Rubymine 3.1.1 with rails 3.0.6 since last 6 months. I have just started working with rails \'3.1.0.rc5\' with RubyMine 3.2.3 and mysql.
I\'m having some trouble defining permissions for my albums#index action. The path to it is /user/:user_id/albums - this is the ability for my :show action (:read => [:index, :show]) which is working
I am working on Rails application, that also uses Backbone. I am testing the pure Rails part with Cucumber and RSpec and I\'m looking for something similar to test Backbone par开发者_C百科t.
I have a one-to-one relationship between a User and a Partner.In my User model, I have the following:
I\'ve just finished setting up Devise on a single application, using a single开发者_如何学C User model with two scopes, so I can have an /admin/login as well as a regular /users/login path. This works