Commit Graph

24 Commits

Author SHA1 Message Date
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