Santiago Pastorino
ed16ec6344
bump sqlite version to 1.3.0
...
Signed-off-by: Xavier Noria <fxn@hashref.com >
2010-06-07 16:10:55 +02:00
Santiago Pastorino
0cc4cd020d
Unforce text-format from AM
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-06-01 12:06:47 +02:00
Santiago Pastorino
57144388f0
Unforce memcache from AS
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-06-01 10:46:05 +02:00
Santiago Pastorino
f5104caf3b
rack-test version updated and removed from Gemfile
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-05-31 11:26:47 +02:00
Nick Sieger
c0db7840fe
More accurate JRuby gem requirements
...
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-05-20 15:18:57 +02:00
Santiago Pastorino
61001e766d
group :mri deleted in favor of RUBY_ENGINE and RUBY_VERSION usage.
...
Allow use json, yajl-ruby and nokogiri on MRI and Rubinius only.
jruby-debug added only for jruby platform
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-05-19 21:32:45 +02:00
Santiago Pastorino
5573ab2047
Enable ruby-debug only for MRI
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-05-19 12:59:53 +02:00
Priit Tamboom
f8432108e8
Added nokogiri dependency to Gemfile [ #4617 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-05-16 20:33:46 +02:00
Santiago Pastorino
9ef232a785
Gemfile requires sqlite3-ruby = 1.3.0.beta.2
...
Signed-off-by: Xavier Noria <fxn@hashref.com >
2010-05-16 19:48:05 +02:00
Xavier Noria
75ddbfecde
Gemfile requires sqlite3-ruby 1.3.0.beta.1
2010-05-12 00:37:23 +02:00
Jeremy Kemper
22184930ea
Bundle json and yajl-ruby gems for AS::JSON testing
2010-04-28 09:02:45 -07:00
José Valim
6690d66292
Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration.
2010-04-05 12:00:24 +02:00
Jeremy Kemper
a1a3520198
CI: omit ruby-debug19 from Gemfile since the ruby source dep hoses permissions
2010-04-02 14:44:56 -07:00
David Heinemeier Hansson
d868cb4f8a
Prep for beta2, depend on latest Bundler
2010-04-01 13:36:45 -07:00
Jeremy Kemper
94ced08543
ruby-debug19 doesn't install cleanly on 1.9.2 trunk
2010-03-29 08:57:43 -07:00
Santiago Pastorino
4ea289fb11
ruby-debug19 added to Gemfile [ #4290 state:committed]
...
Signed-off-by: wycats <wycats@gmail.com >
2010-03-28 20:24:36 -07:00
José Valim
759eb36054
Actually, bring Arel back to Gemfile and use git repo since it helps development.
2010-03-25 23:31:42 +01:00
José Valim
99ce6eb4b1
Remove Arel's git repo from Gemfile and use system_timer just on 1.8.x
2010-03-25 20:40:01 +01:00
wycats
b144b56d82
Put MRI-specific dependencies in an MRI group
2010-03-22 20:32:31 -07:00
Santiago Pastorino
3bd85e2748
db group makes more sense here
2010-03-22 02:55:28 -03:00
Santiago Pastorino
16cad60fd3
avoid active_support/core_ext/time/conversions.rb warnings
...
[#4250 state:committed]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net >
2010-03-21 18:16:18 -07:00
Jeremy Kemper
073852dff0
Float arel on latest rails/arel
2010-03-10 16:10:45 -08:00
Jeremy Kemper
0b00e2b0e2
For rails tests, use latest from rails/arel.git
2010-03-10 13:49:12 -08:00
Jeremy Kemper
8b5b241377
Bump pg dep to 0.9.0+
2010-03-01 16:20:10 -08:00
Carl Lerche
ba57575e03
Remove references to ActionDispatch::Routing::Routes in favor of Rails.appication.routes.
2010-02-24 10:52:16 -08:00
Xavier Noria
2b323b4d03
adds rdoc dependency to generate the API
...
Signed-off-by: Yehuda Katz <yehudakatz@YK.local >
2010-02-15 10:53:41 -08:00
Jeremy Kemper
2a2d1872e4
CI: use minitest on 1.9 again.
2010-02-11 09:07:19 -08:00
Jeremy Kemper
c548e21365
Bump git versions to 3.0.0.beta1 since we've released
2010-02-05 09:24:12 -08:00
Jeremy Kemper
ed6e72a84f
No sense bundling sense it's not available in Rakefile. Also, actually require.
2010-02-04 18:44:32 -08:00
Jeremy Kemper
c1785f3282
Release using gemcutter gem:push tasks
2010-02-04 18:28:45 -08:00
Jeremy Kemper
6154278d22
Fix broken autorequires
2010-02-04 10:08:06 -08:00
David Heinemeier Hansson
79817aa9e7
Move to 3.0.0.beta
2010-02-03 17:29:51 -08:00
Carl Lerche
b9edb0c60c
Update the Gemfile and CI build
2010-02-01 15:42:45 -08:00
Carl Lerche
9f01dff9c2
Get rails tests running on bundler 0.9
2010-01-31 19:13:43 -08:00
Jeremy Kemper
9bd0422dd7
Bump arel dependency to 0.2.0 from 0.2.pre
2010-01-31 18:42:41 -08:00
José Valim
b3c87746ef
Move I18n to gemspec and update dependencies.
2010-01-15 23:48:38 +01:00
José Valim
190ce3ab37
Errors messages are now moved from :activerecord.errors to simply :errors on I18n yml files.
2010-01-07 15:31:49 +01:00
Joshua Peek
ae270f597d
Remove rack submodule, 1.1 has been released as a gem.
2010-01-04 10:09:10 -06:00
Yehuda Katz
7789663a7d
Put MySQL and Postgres in an :only block so you can gem bundle --only default to leave out MySQL and Postgres
2009-12-31 18:49:27 -08:00
Pratik Naik
1ebfd999ec
Add ruby-debug to Gemfile for Ruby < 1.9
2009-12-29 01:53:15 +05:30
José Valim
135d32c8bd
Move i18n to Gemfile.
2009-12-25 15:15:13 +01:00
Carlhuda
38aeb1528c
Moving out some framework specific initializers into the framework libraries.
2009-12-23 16:13:09 -08:00
David Heinemeier Hansson
e7ef57dd0d
Merge
2009-12-22 17:31:29 -08:00
David Heinemeier Hansson
ec095456d8
Dont auto require rubygems, move dep on rack-test to Gemfile
2009-12-22 17:29:25 -08:00
Joshua Peek
17b6053083
Float on rack/master in preparation for rack 1.1 gem release
2009-12-22 15:46:15 -06:00
David Heinemeier Hansson
2bfa477128
Fix deprecated :vendored_at option
2009-12-17 12:02:19 -08:00
Jeremy Kemper
0f9029ec48
Explicit source no longer needed, default gems source points to gemcutter.
2009-11-22 14:34:11 -08:00
Jeremy Kemper
0ce9206541
Update gemspec also
2009-11-19 18:31:50 -08:00
Joshua Peek
74a0fb9722
Should be rackmount 0.2
2009-11-19 18:08:38 -08:00
Joshua Peek
4236473e31
Depend on rack-mount 0.0.2
2009-11-19 17:59:26 -08:00