I\'m trying to write a conditional statement in my tasks controllers for a simple rails3 application.
I\'m upgrading an app to Rails 3.1. Quote often, Firebug will complain about some assets. Here are some errors pasted from Firebug:
I just updated to Rails 3.1 and a typical ajax form to create a model object is producing the following error on success: ActionView::Template::Error (undefined method gsub\' for #<ActionDispatch::
I have a Rails 3.0 app (technically 3.0.7) which I would like to upgrade to Rails 3.1 to make use of the new asset pipeline and other fancy new features. What is the best approach to doing this? Shoul
I am having trouble making any \"common\" WYSIWYG work with Rails. We even had to do one ourselves with RedCloth for the moment.
Is there a way to run rake commands for db:migrate and db:roll开发者_开发知识库back on the console?
I am using the kaminari pagination gem in my simple Rails 3.1 application. Problem is it creates too many pages, I end up with completly blank pages at the end of my page list.
开发者_高级运维I want to load a map using gmaps4rails on-demand by loading html from the server into the current page without a full page load. I am essentially faking tabs using ajax like in pjax:
I want to run a task every minute on Heroku to check if conditions are met to time-out certain user tasks.I can only run a Heroku cron job every hour, so what开发者_运维技巧\'s the best way to set up
I want Rails 3.1 to pick up more of my assets for precompilation. In particular, the default matcher for compiling files doesn\'t add .js files from vendor/assets/javascripts. I can just add the asset