index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
test
/
generators_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed tests for rescue branch for Rails 2.x compatibility
Alexey Gaziev
2011-06-20
1
-6
/
+0
*
load_generators_from_railties was removed, remove failing test_load_generator...
Guillermo Iguaran
2011-05-24
1
-7
/
+0
*
be sure to parenthesize the arguments when the first one is a RegExp literal
Akira Matsuda
2011-05-18
1
-15
/
+15
*
Allow generators nested in more than one level
Santiago Pastorino
2011-01-12
1
-0
/
+8
*
Make sure that generator's default banner is showing its namespace
Prem Sichanugrist
2011-01-01
1
-0
/
+10
*
Tidy up generators commits.
José Valim
2010-11-17
1
-0
/
+6
*
application generation: --skip-testunit and --skip-activerecord renamed to --...
Xavier Noria
2010-07-25
1
-1
/
+1
*
Update generators test.
José Valim
2010-05-15
1
-12
/
+1
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
1
-2
/
+2
*
Prettify generators description whenever using the default stack [#4143 statu...
José Valim
2010-03-12
1
-2
/
+16
*
Add autoload to generators modules and fix failing test.
José Valim
2010-02-26
1
-4
/
+4
*
Fix dangling klass reference
Jeremy Kemper
2010-02-25
1
-1
/
+1
*
Fix test on 1.8.8. Broken by inherited hook now running before Class.new block.
Jeremy Kemper
2010-02-25
1
-5
/
+6
*
Ensure app does not show up in generators.
José Valim
2010-01-26
1
-0
/
+1
*
Give higher priority to rails generators.
José Valim
2010-01-21
1
-0
/
+8
*
Allow railties to specify generators paths.
José Valim
2010-01-19
1
-0
/
+7
*
Get generators tests running on Ruby 1.9.1
José Valim
2010-01-19
1
-1
/
+2
*
Improve generators help.
José Valim
2010-01-18
1
-8
/
+9
*
More cleaning up on rails generators load path.
José Valim
2010-01-18
1
-62
/
+45
*
Automatically remove :generators: from namespaces.
José Valim
2010-01-18
1
-6
/
+6
*
Ensure generators can be invoked by their shortcut and remove attr_reader tasks.
José Valim
2010-01-18
1
-2
/
+2
*
Use regexp in lookups instead of traversing namespaces. This removes the need...
José Valim
2010-01-03
1
-8
/
+9
*
Ensure generator fallbacks work even when a context is given.
José Valim
2009-11-23
1
-0
/
+7
*
Contortions to work around brittle naming dependency
Jeremy Kemper
2009-11-09
1
-6
/
+5
*
Ruby 1.9.2: work around inherited hook being called before yielding to block
Jeremy Kemper
2009-11-09
1
-7
/
+5
*
Fix generators tests that expect a class name
Jeremy Kemper
2009-11-05
1
-1
/
+1
*
Avoid duplicated names on help description and show proper error message if t...
José Valim
2009-11-03
1
-2
/
+9
*
Ensure that generators can be invoked from any directory.
José Valim
2009-11-02
1
-1
/
+1
*
Use Rails.root in railties tests
Joshua Peek
2009-10-18
1
-3
/
+3
*
Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...
Carl Lerche
2009-10-16
1
-1
/
+2
*
Move railties/lib/* into railties/lib/*
Yehuda Katz + Carl Lerche
2009-09-24
1
-2
/
+2
*
Use less strict rules in generators lookup, so people can lay their generator...
José Valim
2009-08-10
1
-0
/
+19
*
Ensure that not namespaced generators also load RAILS_ROOT/lib/templates files.
José Valim
2009-07-28
1
-0
/
+5
*
Ensure that developers options are overwritten by user options.
José Valim
2009-07-28
1
-0
/
+14
*
Allow nested and multiple fallbacks for generators.
José Valim
2009-07-21
1
-5
/
+11
*
Implemented generaators fallbacks.
José Valim
2009-07-16
1
-0
/
+14
*
Added source_paths to rails generators. If a template is added to RAILS_ROOT/...
José Valim
2009-07-15
1
-1
/
+19
*
Load generators from user home and show a error message if they can't be loaded.
José Valim
2009-07-04
1
-1
/
+7
*
Search for generators on vendorized plugins and gems.
José Valim
2009-07-04
1
-1
/
+7
*
Add some tests for no_color! behavior.
José Valim
2009-07-03
1
-4
/
+11
*
More tests for rails generators and lookup.
José Valim
2009-07-03
1
-0
/
+80