fulcrum-agile / fulcrum

An agile project planning tool
http://wholemeal.co.nz/projects/fulcrum.html
GNU Affero General Public License v3.0
1.5k stars 350 forks source link

Rails 4.1.4 #230

Closed dstockdale closed 10 years ago

dstockdale commented 10 years ago

This is a very quick upgrade to Rails 4.1.4

I'm using it and it's working for me but I'd suggest it would be nice if someone else had a go with it as well.

Got all the tests passing and upgraded Rspec to 2.9.9 so it generates all the deprecation warnings that tell you what you'd need to do to get it in shape for Rspec 3. I also swapped out capybara-webkit as I've found it a bit buggy lately.

Also upped the version of Ruby to 2.1.2 as it's more secure etc... and there's no reason not to use it.

kaleworsley commented 10 years ago

Cheers!