Commit Graph

39 Commits

Author SHA1 Message Date
Santiago Pastorino
9de8dea2e8 default_executable is deprecated since rubygems 1.7.0 2011-04-01 23:58:37 -03:00
David Heinemeier Hansson
0eb6e5e270 Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
David Heinemeier Hansson
b27057731c Use Turn to format all Rails tests and enable the natural language case names 2011-03-31 12:11:03 -07:00
Yehuda Katz
7cc371a032 Allow bundler 1.1 (and 1.2, etc.) in Rails 1.0.2 and above 2010-11-12 18:36:55 -06:00
Santiago Pastorino
b44e2abd9f Bump bundler up to 1.0.3 2010-10-16 14:36:25 -02:00
David Heinemeier Hansson
e119aaecd6 Depend on Bundler 1.0 w/ tiny fixes 2010-08-29 13:25:52 -05:00
David Heinemeier Hansson
b983145dfc Depend on latest Bundler RC 2010-08-23 21:24:22 -05:00
Santiago Pastorino
03fc2f03cb Bump up bundler version to rc.2 2010-07-29 23:48:47 -03:00
David Heinemeier Hansson
3bdaa099ad Make Rails 3 RC depend on Bundler RC 2010-07-26 15:30:23 -05:00
Santiago Pastorino
8abcd49995 Bump up bundler 2010-07-26 06:42:44 +08:00
Łukasz Strzałkowski
06c74cf5fe Bump bundler to 1.0.0.beta.5
[#5102 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-07-15 13:52:59 -07:00
Jeremy Kemper
80e47d7b88 Revert "Revert "Bump bundler to 1.0.0.beta.3""
It's out for reals!

This reverts commit 951dbf06b4177b1c3d912213166ca0b14374a48b.
2010-07-09 20:55:59 -07:00
Jeremy Kemper
951dbf06b4 Revert "Bump bundler to 1.0.0.beta.3"
(It's not out yet)

This reverts commit 64cee90c0f6bbbb2a53ffe71655a7cee1e6c99be.
2010-07-08 10:59:05 -07:00
Jeremy Kemper
64cee90c0f Bump bundler to 1.0.0.beta.3 2010-07-08 10:53:06 -07:00
Jeremy Kemper
d7c1057652 Bump bundler dependency to 1.0.0.beta.2 or later 2010-07-01 10:44:53 -07:00
wycats
6ebc7c8ee6 Update bundler dependency 2010-06-08 18:10:18 -04:00
Felipe Rodrigues
a64bfc3c8e moved rails binary to rails gem, so rubygems can find specific versions of rails [#4382 state:resolved]
Signed-off-by: wycats <wycats@gmail.com>
2010-04-12 19:56:38 -07:00
Andre Arko
ca378659bc Update the Bundler snippet for 0.9.15 and above 2010-04-12 15:44:08 -07:00
David Heinemeier Hansson
d956003fa4 Neat and tidy, I say 2010-04-01 13:46:04 -07:00
David Heinemeier Hansson
d868cb4f8a Prep for beta2, depend on latest Bundler 2010-04-01 13:36:45 -07:00
wycats
f30b7a0903 Rails requires Rubygems 1.3.6 2010-03-09 23:44:12 -08:00
Stefan Penner
4bc2cbc3cf Load RAILS_VERSION relative to the gemspec file. 2010-03-06 21:33:28 -08:00
Bryan Helmkamp
deb00bcb8c Read Rails version from a file instead of modifying the load path and doing requires
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-03-04 21:25:52 -08:00
Jeremy Kemper
56ea20605a Wordsmith gem descriptions 2010-03-02 10:43:41 -08:00
Bryan Helmkamp
f221a6f19f Leverage VERSION constants from gemspecs to avoid tedious updates when releasing 2010-03-02 00:32:53 -05:00
Jeremy Kemper
1ff7e566fd Bump to Bundler 0.9.8. Remark on RubyGems 1.3.6 fix. 2010-02-25 16:55:42 -08:00
Mikel Lindsaar
5fe3dc4bf5 Adding ruby version spec to all gemspec files to at least 1.8.7
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-02-08 09:42:12 +01:00
Jeremy Kemper
03b192d1b4 CI: sudo unnecessary. Bump bundler dep to 0.9.3. 2010-02-06 21:18:08 -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
b1f30ef048 Kill default require_path 2010-02-04 19:13:07 -08:00
Jeremy Kemper
c697974fad Bump to bundler 0.9.2 2010-02-04 11:36:57 -08:00
Jeremy Kemper
a871b1a4d2 Depend on bundler >= 0.9.1 2010-02-04 10:56:16 -08:00
Jeremy Kemper
b63643004c Bump bundler dep to 0.9.1.pre1 2010-02-04 00:19:07 -08:00
David Heinemeier Hansson
031139bb71 Homogenize gemspecs and remove the deprecated autorequire 2010-02-03 17:59:49 -08:00
David Heinemeier Hansson
dd13874ff6 Merge 2010-02-03 17:31:35 -08:00
David Heinemeier Hansson
79817aa9e7 Move to 3.0.0.beta 2010-02-03 17:29:51 -08:00
Carl Lerche
f497e7ad1d Update rails to use the latest bundler 2010-02-03 16:56:32 -08:00
Carl Lerche
1c83fd2eff Have rails depend on bundler 2010-01-31 19:35:11 -08:00
Carlhuda
8ff310aef4 Break up rails and railties:
* rails is now a metagem (gem install rails works as it does now)
* railties includes the glue layer, so you can easily declare dependencies
  on railties, actionpack, and actionmailer and not get ActiveRecord's rake
  tasks, initializers, etc.
2009-12-02 11:35:47 -08:00