<%= select_tag \'pseudo-attribute\', options_for_select(...), :include_blank => \'Nowhere\'%>
Playing a little with coffeescript and Rails 3.1.0.rc4.Have this code: yourMom = (location) -&开发者_StackOverflow社区gt;
Gemfile: gem \'rails\', \'3.1.0.rc4\' gem \'typus\', :git => \'http://github.com/typus/typus\', :branch => \'3-1-unstable\'
Simple question: I\'ve got a Rails 3.1 app running in staging, which is RAILS_ENV=production.My problem is this:stylesheet_link_tag produces a different fingerprint for my css files than the fingerpr
This is a pretty weird error bust basically I just moved my app from sqlite3 to postgreSQL. I use the devise ruby gem to handle session management for users. I\'m using rails 3.1.0.rc4 and Devise 1.4.
I\'m using omniauth and cucumber with a new application.I\'ve got omniauth up and working and am trying to add appropriate cucumber feature tests.I kept running into odd errors in testing- errors that
Has anyone figured out a good solution for shared templates? I don\'t开发者_运维问答 want to duplicate HTML between client and server. Mustache would be good except for its lack of i18n support (Twitt
I have a few shared partials that I can render from any controller fine however I am having a bit of trouble rendering form partials from another controller. I am wanting to be able to add notes to my
Using coffeescript, jQuery, and sprockets in rails 3.1 the coffeescript files are compiled in to blocks like:
I\'m not sure what it is. I\'ve just upgraded to Rails 3.1 from 3.0.9 and here\'s what I get in my specs: