José Valim
|
f00a398456
|
log and readme should respect --quiet
|
2011-03-04 13:05:27 +01:00 |
|
Ryan Bigg
|
74e178880c
|
For templates' gem method, :env is deprecated, use :group instead
|
2010-12-01 16:16:00 +11:00 |
|
Juan Maiz
|
b439c14516
|
Fixing two minor errors in Rails::Generators::Actions initializer method comments
[#5771 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
|
2010-10-08 19:19:17 -02:00 |
|
Carlos Antonio da Silva
|
7204bb0feb
|
Remove deprecation warnings in railties
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-09-06 13:38:12 +02:00 |
|
Santiago Pastorino
|
bb75c33754
|
Config is deprecated on 1.8.8 and 1.9.3 use RbConfig
|
2010-08-23 23:10:36 -03:00 |
|
Santiago Pastorino
|
e6331b1e97
|
Makes rails destroy scaffold don't duplicate routes.draw do |map| |map| when using the deprecated syntax
[#5263 state:committed]
|
2010-08-02 10:55:09 -03:00 |
|
Benjamin Quorning
|
7e075e6247
|
Fixed many references to the old config/environment.rb and Rails::Initializer
|
2010-07-13 13:00:21 +02:00 |
|
Mark Hayes
|
db0530e4ba
|
Fixed typo in Rails::Generators::Base [#5051 state:resolved]
|
2010-07-06 14:52:20 +05:30 |
|
José Valim
|
b5b42af33f
|
Make the sentinel flag for route a bit more robust.
|
2010-06-28 17:09:09 +02:00 |
|
Adrian Sanchez
|
bcf5fea5e5
|
Bundler deprecated options in Gemfile with application template using method "gem" [#4534 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-05-15 09:43:20 +02:00 |
|
Anil Wadghule
|
53c13f1aca
|
Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2010-04-26 11:12:52 -07:00 |
|
Dr Nic Williams
|
b56b9ee7d6
|
#add_source: Fixed docco + added required newline to line added to Gemfile
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-26 11:11:35 +01:00 |
|
José Valim
|
d0454e5766
|
Add readme as method in Rails::Generators::Actions (as we had in 2.3)
|
2010-02-17 18:43:40 +01:00 |
|
Michael Bleigh
|
9c654744fb
|
Fixes unescaped version passthrough of generator 'gem' command. [#3901 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-02-10 08:28:03 +01:00 |
|
Dan Kubb
|
ca1879b730
|
Added newline to appended gem config in Gemfile
Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
|
2010-02-06 23:38:58 -08:00 |
|
RomD
|
f44a0b1d52
|
fix usage examples and more to use new invocations
Signed-off-by: Carl Lerche <carllerche@mac.com>
|
2010-02-06 09:51:53 -08:00 |
|
Joshua Peek
|
426348b484
|
Update routes.rb template to use App name
|
2009-12-21 20:15:27 -06:00 |
|
Joshua Peek
|
b2ef6d13f0
|
Fixed old routing mapper example in generated routes.rb
|
2009-12-09 20:39:42 -06:00 |
|
Carl Lerche
|
02c3c9dfbc
|
Fix the application.rb generator
|
2009-11-25 14:52:56 -08:00 |
|
José Valim
|
d627c932bd
|
Pass config.generators options along when RAILS_GENERATORS is set and show --force-plural message just once.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-11-03 18:22:05 -08:00 |
|
José Valim
|
3b8e29fe56
|
Remove --freeze (since Rails will come bundled in all new apps) and update gem action to change Gemfile instead of config.environment.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-11-03 16:32:47 -08:00 |
|
Carl Lerche
|
97296b11e2
|
Have config/application.rb contain the application definition and require that file instead of config/boot.rb or config/environment.rb in script/*.
|
2009-10-15 14:54:12 -07:00 |
|
Yehuda Katz + Carl Lerche
|
f0dd77c6be
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
|