Jeremy Kemper
|
a66449d852
|
Ruby 1.9.2: work around inherited hook being called before yielding to block
|
2009-11-09 14:36:49 -08:00 |
|
Jeremy Kemper
|
cb9a1759c0
|
Fix generators tests that expect a class name
|
2009-11-05 16:12:02 -08:00 |
|
José Valim
|
e15b5eda2b
|
Avoid duplicated names on help description and show proper error message if trying to load a Rails 2.x generator.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
|
2009-11-03 16:32:47 -08:00 |
|
José Valim
|
d226f17507
|
Ensure that generators can be invoked from any directory.
Signed-off-by: Engine Yard <engineyard@Engine-Yards-MacBook-Pro.local>
|
2009-11-02 18:20:16 -08:00 |
|
Joshua Peek
|
01e04a446c
|
Use Rails.root in railties tests
|
2009-10-18 10:53:43 -05:00 |
|
Carl Lerche
|
e1fdc8bba3
|
Remove config.gem in favor of using the bundler. This makes config/boot.rb obsolete.
The bundler library is at: http://github.com/wycats/bundler/ and is a rubygem.
|
2009-10-16 18:10:52 -07:00 |
|
Yehuda Katz + Carl Lerche
|
f0dd77c6be
|
Move railties/lib/* into railties/lib/*
|
2009-09-24 16:11:41 -07:00 |
|
José Valim
|
5f7cfffc53
|
Use less strict rules in generators lookup, so people can lay their generators wherever they want.
|
2009-08-10 18:29:20 +02:00 |
|
José Valim
|
5025ae610f
|
Ensure that not namespaced generators also load RAILS_ROOT/lib/templates files.
|
2009-07-28 08:51:57 +02:00 |
|
José Valim
|
419ca7a747
|
Ensure that developers options are overwritten by user options.
|
2009-07-28 08:48:21 +02:00 |
|
José Valim
|
edda0bfe76
|
Allow nested and multiple fallbacks for generators.
|
2009-07-21 12:16:25 +02:00 |
|
José Valim
|
e3d5364e41
|
Implemented generaators fallbacks.
|
2009-07-16 00:17:28 +02:00 |
|
José Valim
|
8d47078a49
|
Added source_paths to rails generators. If a template is added to RAILS_ROOT/lib/templates/base/generator it will be used. For example, to customize edit.html.erb template on scaffold, just add a customized copy at RAILS_ROOT/lib/templates/erb/scaffold.
|
2009-07-15 22:37:22 +02:00 |
|
José Valim
|
eeb6a0786a
|
Load generators from user home and show a error message if they can't be loaded.
|
2009-07-04 20:17:32 +02:00 |
|
José Valim
|
cd388e075c
|
Search for generators on vendorized plugins and gems.
|
2009-07-04 20:17:31 +02:00 |
|
José Valim
|
44633dc7a5
|
Add some tests for no_color! behavior.
|
2009-07-03 15:12:18 +02:00 |
|
José Valim
|
21db04818e
|
More tests for rails generators and lookup.
|
2009-07-03 14:57:46 +02:00 |
|