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

Use Gemfile for dependencies #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

jnimety
Copy link
Contributor

@jnimety jnimety commented Sep 21, 2010

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 <[email protected]>
Signed-off-by: Joel Nimety <[email protected]>
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