-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I apologize if this question is slightly subjective... I am trying to figure out the best way to test Rails 3 Engines with Cucumber & Rspec. In order to test the engine a rails 3 app is necessary. Here is what I am currently doing:
Add a rails test app to the root of the gem (myengine) by…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
What is the best practice when creating a rails project
1 - is it good to use ruby gems
2 - or is it good to use ruby plugins (as almost all the gems has their plugin versions)
and what are the strengths and weaknesses of eachoption
consider we are creating the rails project with rails…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I started a rails application from scratch, using Rails 2.3.5, and installed oauth-plugin. The installation was done by running script/plugin install git://github.com/pelle/oauth-plugin.git.
Now, when I try to start the server, I get the following errors:
=> Rails 2.3.5 application starting on…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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 companies like Facebook, Digg, and recently Twitter is using Cassandra, but I don't believe any…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have migrated my application from rails 2.3 to rails3 and i have a problem with paperclip.
I saw there was a branch for rails3 on paperclip git.
So I added "gem 'paperclip', :git = 'git://github.com/thoughtbot/paperclip.git', :branch = 'rails3'" into the Gemfile and launch the command bundle…
>>> More