I have a staging and a production 开发者_C百科environment on my rails 3.1rc6 app which uses subdomains. I\'ve bought and configured different domain names for these environments, because the default s
Prior t开发者_JAVA百科o Rails 3.1 I used Compass to build clean semantic markup.Compass is not yet ready for Rails 3.1 and it somehow feels too heavy and a forced fit with the new asset pipeline.What
I\'m migrating a pre-Rails-3.1 app up to 3.1 (actually, someone else did part of the work of attempting to migrate to 3.0; I\'d like to go ahead and get it up to 3.1 now).
I\'m using the latest RC of Rails 3.1 and I can\'t seem to find a gem that works for in place editing. I tr开发者_JAVA百科ied the in_place_editing gem, but I just get
I\'m trying to set a testing framework for a rails engine. I have everything working, I generated the corresponding rspec file with:
Locally, on Unicorn, my subdomain setup works fine. I\'ve followed the heroku subdomain docs to the letter, and also the subdomains Railscast.subdomain.lvh.me:3000 points to the right place, and lvh.m
I\'m in the process of trying to upgrade my app to Rails 3.1, and I have quite a lot of custom Javascript files that I\'m trying to开发者_StackOverflow migrate to the new assets pipeline.
I have got this relations class Bird include Mongoid::Document has_many :eggs accepts_nested_attributes_for :eggs
Trying to do something really simple--could someone please provide the correct incantation? Basically we have Biscuit optionally nested in User so we\'d like routes like:
I am upgrading a Rails 3.0 application to Rails 3.1, and the asset pipeline is not working in development. I am using thin with an nginx reverse proxy.