Felix Schäfer
ec4b42f24f
Bump rails to 2.3.14 #584
2011-08-22 22:07:38 +02:00
Felix Schäfer
9dae76d564
This should fix it once and for all… #517
...
(Sorry for the commit-noise)
2011-08-21 23:36:03 +02:00
Felix Schäfer
d8ce7564ce
So let's try to hit all "ruby 1.8"s the hard way.
2011-08-21 23:12:21 +02:00
Felix Schäfer
0b57e936f5
Rip faster_csv out of lib into the Gemfile. #517
2011-08-21 19:26:43 +02:00
Holger Just
c63954a4c7
Add ruby-debug as test dependency to debug failing tests
2011-07-25 21:22:57 +02:00
Eric Davis
a35d61bfb7
[ #506 ] Read Gemfile.local for local gem inclusions.
...
Contributed by Holger Just
2011-07-22 14:48:04 -07:00
Eric Davis
9c47208efa
[ #511 ] Fix string encodings coming from sqlite3 in MRI 1.9.x
2011-07-22 14:35:02 -07:00
Gregor Schmidt
2630a84e10
[ #477 ] Not using deprecated rake/rdoctask but rdoc/task instead
...
works with all rdoc versions since 2.4.2
see https://github.com/rdoc/rdoc/blob/master/History.txt
2011-06-16 11:29:25 +02:00
Eric Davis
731de487e4
[ #453 ] Upgrade to Rails 2.3.12
2011-06-10 10:43:12 -07:00
Eric Davis
cff4e83044
[ #290 ] Only print the plugin Gemfile messages when $DEBUG is set
2011-05-13 09:19:41 -07:00
Gregor Schmidt
ddcd4f2888
Pinning mysql2 gem to 0.2 branch, since 0.3 and the following are Rails 3 only
2011-05-10 08:42:37 +02:00
Gregor Schmidt
a0eb66fc98
[ #290 ] using ~> instead of < for i18n dependency
...
it is more accurate in this case
2011-05-10 08:40:58 +02:00
Gregor Schmidt
cbc26ea982
[ #290 ] Remove test gems from dev enviroment.
...
running single test without RAILS_ENV=test prefix seams to work without it.
2011-05-10 08:40:58 +02:00
Gregor Schmidt
326dffbc29
[ #290 ] Adding rmagick, making it opt-out
...
using version < 2.0 since later versions do not work w/o backports on Debian Lenny
2011-05-10 08:40:58 +02:00
Gregor Schmidt
ddcec2f4a0
[ #290 ] making openid opt-out by adding it to a group
2011-05-10 08:40:58 +02:00
Gregor Schmidt
8304c6847a
[ #290 ] loading mocha after shoulda to make sure, that mocha's patches can be properly applied
2011-05-10 08:40:58 +02:00
Gregor Schmidt
87d8634b04
[ #290 ] using bundler
...
* following setup instructions from http://gembundler.com/rails23.html
* adding generated files to .gitignore and .hgignore
* removing config.gem calls
* adding Gemfile that should work with all supported dbs and interpreters
* removing work-around for rubygems 1.5 deprecation. this seems to be fixed since now bundler handles the gem loading
2011-05-10 08:40:42 +02:00