I have been unable to add Compass using the Less Framework to my Rails 3.1 app. Both the compass and compass-less-plugin gems are installed and are included in the gemfile as well as the gemfile.lock
I am trying to use the gem \'gmaps4rails\'开发者_运维百科. I inserted all of the necessary code into my model and view, and I know that the geocoding is working. However, when I insert the code <%=
I have the following classes 开发者_如何学Goin a Rails 3.1.rc4 class User < ActiveRecord::Base
If I generate a new controller in Rails 3.1, also a javascript file with t开发者_运维百科he name of the controller will added automatically. Firstly, I thought this javascript file will used only, whe
I\'m upgrading a Rails 2.5 app to Rails 3.1 rc4 and I\'m getting tons of these kind of errors in development, related to the asset pipeline:
I am trying to put some external images (used by a jQuery plugin) to vendor/assets/images in my Rails 3.1 app. Problem is that when I try something like:
TLDR: What can you do to combine multiple CoffeeScript files into one JS file, in RoR, all under the same anonymous function block?
I am using devise but the User model is related to a legacy table and so fine it works perfectly. Now I want to implement the ability to reset passwords, and that enforces having new fields (reset_pa
How can I include specific JS or CSS files (by convention ?) with Ruby Rails 3.1 ? I have a view : views/开发者_如何学Pythonproject/index.html.erb
I am using a Rails 3.1 application and I was integrating cucumber to my app but when i try to run it I get this strange error, can someone help me please?