Skip to content
This repository has been archived by the owner on Jun 7, 2021. It is now read-only.

Update Rails and fix running tests #97

Merged
merged 7 commits into from
Jul 5, 2012
Merged

Update Rails and fix running tests #97

merged 7 commits into from
Jul 5, 2012

Conversation

dpogue
Copy link
Contributor

@dpogue dpogue commented Jul 3, 2012

Update to the latest version of Rails 3.2 (currently 3.2.6) and fix to allow tests to run successfully.
This catches the acts_as_authentic error that was preventing tests from running and also preventing database migrations/populations in non-development mode. It also fixes one test that was failing due to the TinyMCE changes.

Once the tests are running, there seem to be a lot of failures due to routing errors, but I'm not entirely sure when those were introduced.
You can see the failing test output at http://travis-ci.org/#!/prescod/communityengine/builds/1769528

@joshwlewis
Copy link

Nice work.... I played around with that acts_as_authentic bug for bit, but couldn't figure out a way around it other than turning off config.cache_classes. Dunno why I didn't think of just using a rescue.

@bborn
Copy link
Owner

bborn commented Jul 3, 2012

Is there a bug in authlogic that is causing this? I'd rather not resort to just rescuing the error if possible.

@dpogue
Copy link
Contributor Author

dpogue commented Jul 3, 2012

There's a bug report against AuthLogic (binarylogic/authlogic#318) but it seems like the change was intentionally made.

bborn added a commit that referenced this pull request Jul 5, 2012
Update Rails and fix running tests
@bborn bborn merged commit 044ac2c into bborn:rails3 Jul 5, 2012
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.

None yet

4 participants