I just followed these directions for installing a new rvm gemset and installing rails-3.1.0.rc2 on my local machine. At first I was getting a Passenger error saying the rake-0.9.2 gem could not be loa
I\'ve made a Rails 3.1 PoC application that also uses haml by adapting the examples from the railstutorial.org book and locally everything works fine.
I\'m looking into rendering more complex responses. Specifically, I am searching for options for formatting yaml and json responses with multiple levels, but right now I cannot locate any api informa
I have just started using 3.0.7. I am about 2 weeks of development in. I was wondering if I should keep building for 3.0.7 or switch to 3.1 before I have too much code to port over? I like most of t
In my initializers/dragonfly.rb I put this: require \'dragonfly/rails/images\' app = Dragonfly[:app_name]
I am struggling to see why the attributes are still protected. Is there a scope within the parent model that I should be using to allow those attributes?
I created a new engine with Rails 3.1.rc1 ➜ (ruby-1.9.2-p180@rails3-pre) rails git:(master) be bin/rails plugin new ../first_engine --mountable
Rails 3.1 supports HTTP streaming, but only with compatible web servers. The blog post announcing the 3.1 release candidate mentions Unicorn:
I\'m not sure what\'s causing this error - and am not sure how to debug the issue.Does anyone have any pointers for advice on the error \"illegal hardware instructionrails server\" when running a Rail
I wanted to help out a open source project by migrating from 3 to 3.1 But I have never had to migrate a lar开发者_JAVA百科ge project before so I am looking for some advise ?