RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: joel
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:
;-)
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
Or
It appears rails --pre is broken at the moment. If you get an error along the lines of
Try this
See this stackoverflow question for more details:
;-)
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