RailsCasts Pro episodes are now free!

Learn more or hide this

Joel AZEMAR's Profile

GitHub User: joel

Comments by Joel AZEMAR

Avatar

Or

It appears rails --pre is broken at the moment. If you get an error along the lines of

ERROR: While executing gem ... (NameError)
uninitialized constant Psych::Syck

Try this

gem install rails --pre --version 3.1.0.rc1

See this stackoverflow question for more details:

;-)

Avatar

For anyone who wants to add api key on every request with ActiveResource see my hack here => http://stackoverflow.com/questions/2918419/add-api-key-to-every-request-in-activeresource/6124110#6124110

If you are better solution please send me ! With Rack Middleware for example... => http://stackoverflow.com/questions/6046705/add-api-key-on-every-request-with-rack-middleware

Enjoy