<%= form_for rating_ballot, :html => { :class => \'rating_ballot\' } do |f| %> <%= f.label(\"value_1\", content_tag(:span, \'1\'), {:class=>\"rating\", :id=>\"1\"})
I use the following code to group locations depending on the first letter. mobile_controller: def index
I\'m trying out user authentication for the first time and am running to a bit of an issue. I\'ve defined my make_salt method in my AdminUser model
I\'ve got a very strange issue, which arose quite unexpectedly during testing/bugfixing on my production environment (FreeBSD/Apache/Passenger/MySQL):
I know is a very simple question but I\'ve been stuck for an hour and I just can\'t understand how this works.
I have a rails app that uses the FriendlyId gem and recently I\'ve started to get NoMethodErrors in development and test.This problem has only started recently and we\'re a couple of iterations into t
I need some help with nested resource actions. I have three nested resources: Jobs, Questions and Answers. I am currently only trying to get the edit/update method to work for the questions controller
I\'m on Ubuntu 11.04 using Ruby 1.9.2 with RVM and RubyGems 1.8.5 and when I run gem install taps I get
Every开发者_Python百科thing worked fine on my development machine (windows xp, ROR 3.0.3, SQLite3).
I\'m getting this error on the line where I call recaptcha_tags &开发者_开发知识库lt;%= recaptcha_tags( :public_key => \'XXXXXXYYYYYYYZZZ-ZXYXXZYZ\' , :display=>{:theme=>\"white\" }) %>