I have found jasminerice very helpful for getting all my Jasmine tests to run via Rails 3.1\'s asset pipeline. The only thing I remain stuck with, is that I cannot get my setup to load any stylesheets
After I added S开发者_JAVA百科prockets, Rails is loading very slow in development mode, what should I do to speed it up?Take a look at https://github.com/wavii/rails-dev-tweaks.
I\'m new to Rails 3 and I need some help regarding the routes. This is my old route map.connect \'/admin/login/:language/:brand\',
I have been really p开发者_开发百科uzzled because I was trying to work out some jQuery tutorials in coffeescript for rails 3.1 and it seems like none of the animation functions of jquery work.
I just upgrade开发者_运维百科d my project from Rails 3.0.7 to 3.1.0 and I see that I can use SASS now.
I am trying to use high_voltage to serve up static pages.It seems to be working in that if I put .../pages/PAGE_NAME in the browser window it will bring up the correct page.The problem that I am havin
I just upgraded my project to rails 3.1 since I saw the sass feature and the moving of public folder files to the assets folder and considered these major changes I should adjust to, especially the sa
Can someone point out to some nice guid开发者_JS百科e for deploying a Rails 3.1 on Heroku Bamboo stack?Just turn off the asset pipeline for your Rails 3.1 app and it should work.If you use capistrano
I\'ve been breaking my head over this for over 2 days now, and can\'t seem to figure out where the problem is. This is mostly a problem related to my setup, but if anyone could help me find a solution
My application defines a custom Mime type for its Rest interface. So I register it in the mime_types.rb initializer: