Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Use Gemfile for dependencies - #11

Open
jnimety wants to merge 3 commits into
jviney:masterfrom
jnimety:master
Open

Use Gemfile for dependencies#11
jnimety wants to merge 3 commits into
jviney:masterfrom
jnimety:master

Conversation

@jnimety

@jnimety jnimety commented Sep 21, 2010

Copy link
Copy Markdown

Did this to avoid dependency issues when switching between rails 2.3.x and 3.0.0 for testing

  • run "bundle install" to initialize your .bundle directory
  • run tests: "DB='sqlite3' bundle exec rake"

Currently 2 tests fail on rails 2.3.9, yonkeltron and I are looking into it. Most of the tests fail on Rails 3 with errors similar to the issue from my previous pull request. If I have time I'll look at those this weekend.

Joel Nimety added 3 commits September 20, 2010 10:31
…pe[:joins].to_s returns strings like #<ActiveRecord::Relation:0x5021304> breaking the subsequent 'joins.join(" ")'

Signed-off-by: Joel Nimety <jnimety@continuity.net>
Signed-off-by: Joel Nimety <jnimety@continuity.net>
Signed-off-by: Joel Nimety <jnimety@continuity.net>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant