I\'m not new to Rails or Rspec, but I\'m new to making gems. When I test my controllers, the REST methods \"get\", \"post\", \"put\", \"delete\" give me an undefined method error.
i am getting a strange bundler error when running bundle pack with bundler 0.9.12 any ideas? (see pastie for a better formatted code: http://pastie.org/881328 )
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to use the right_aws (1.10.0) GEM with Rails, and I\'ve reduced my problem to a 3-line irb session. The following works
I have a rails environment which I set-up with macports. I recently updated macports which seems to have had the side effect of breaking rails. When I try to boot a rails server I get:
I\'m working on a project that is considering using Cassandra as a database.We would like to eventually migrate to Cassandra even if we use MySQL to start with, given its scalability.I know that big c
I\'m using gem bundler (v.0.9.6) and Rails 2.3.5, rubygems 1.3.6 and ruby 1.8.7 (On Snow Leopard). My Gemfile looks like this:
I\'m learn开发者_JS百科ing how to deploy RoR (v2.3.4) on Heroku. Last night was my first attempt at pushing an app with an external gem (active_merchant).
This has consumed hours of my time. in the console i run: require \'curb\' i get the error: LoadError: dlopen(/usr/local/lib/ruby/gems/1.8/gems/taf2-curb-0.5.4.0/lib/curb_core.bundle, 9): no suitab
I\'m trying to extract some functionality from my existing app into a gem. The existing functionality uses an initializer to load up a config file when Rails starts up...