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

update to Rails 3.2 #12

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

update to Rails 3.2 #12

wants to merge 7 commits into from

Conversation

johnyb
Copy link
Member

@johnyb johnyb commented May 9, 2012

I upgraded rails to 3.2. Will deploy it to anduintest.metameute.de and check if everything still runs fine.

johnyb added 6 commits May 9, 2012 18:06
Rails 3.2 has been released a while ago and it brings some benefits
during development and other improvements.

Also other gems have received new features and bug-fixes. Since the
test-coverage of anduin is quite high, I consider it safe to upgrade and
fix the failing tests.
As stated by the devise documentation, this is no longer advised:

> Devise.use_salt_as_remember_token is false which is no longer
> supported. Devise now only uses the salt as remember token and
> the remember_token column can be removed from your models.
This fixes two warnings during initialisation. Seems pdf and png are now
already being registered within rails.
passing in the format in the filename is deprecated and so a warning was
raised. This is now gone.
Some strings changed, this is the new version of this file as generated
by `rails g devise:install`.
The form for the sign in process is named new_user instead of user_new,
now. Therefor the step definitions needed to be adjusted. Everything
passing fine, again.
@ghost ghost assigned johnyb May 9, 2012
2.0.7 has a bug, that is fixed in current master, but without a release.
This bug makes it unusable with ruby 1.8.

This can be removed, once the bug-fixed version is released.
@johnyb
Copy link
Member Author

johnyb commented May 9, 2012

After commiting another hot-fix for ruby 1.8, this is working fine now on anduintest.metameute.de.

Anyway. Before really merging this, I want to wait until a new version of twitter-bootstrap-rails is released, that fixes the ruby 1.8-issue.

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