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
/
lib
/
rails
/
generators.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing ==Examples and last blank lines of docs from railties
Francesco Rodriguez
2012-05-14
1
-4
/
+0
*
Add hook for add_resource_route
Santiago Pastorino
2012-04-18
1
-0
/
+2
*
Remove --http.
José Valim
2012-03-14
1
-22
/
+1
*
Generate special controller and functional test templates for http apps
Carlos Antonio da Silva
2012-03-14
1
-0
/
+2
*
Allow generator configs from http_only! to be overriden by app
Carlos Antonio da Silva
2012-03-14
1
-1
/
+1
*
Disable template, helper and assets options when using http_only!
Carlos Antonio da Silva
2012-03-14
1
-1
/
+14
*
Create generators http_only! setup and hide some common namespaces for now
Carlos Antonio da Silva
2012-03-14
1
-1
/
+7
*
Rails::Plugin has gone
Santiago Pastorino
2012-01-03
1
-11
/
+0
*
Revert the serializers API as other alternatives are now also under discussion
José Valim
2011-11-25
1
-3
/
+1
*
Add a hook for serializers in the scaffold generator (off for now).
José Valim
2011-11-25
1
-1
/
+3
*
fix ambiguous * and remove unused variable
Aaron Patterson
2011-08-24
1
-2
/
+2
*
Move Coffee generators and templates to Coffee Railtie and create javascript_...
Santiago Pastorino
2011-06-29
1
-1
/
+1
*
Removed rescue branch for Rails 2.x compatibility
Alexey Gaziev
2011-06-20
1
-3
/
+0
*
Fix regexp in generators for right catching error message
Alexey Gaziev
2011-06-20
1
-1
/
+1
*
Use mattr_accessor :namespace
Stefan Sprenger
2011-06-07
1
-10
/
+2
*
Use namespace if it's a mountable engine
Stefan Sprenger
2011-06-07
1
-0
/
+10
*
Streamline generators initialization flow.
José Valim
2011-05-25
1
-11
/
+1
*
Hide css:* and the default stylesheet from rails g
wycats
2011-05-24
1
-1
/
+6
*
Update generator config to support hiding namespaces and pass the app into ge...
wycats
2011-05-24
1
-0
/
+1
*
Move SCSS generators and default templates from Rails to the Sass Railtie (d4...
tomhuda
2011-05-24
1
-1
/
+1
*
default orm and test_framework to false; change application.rb template accor...
Aditya Sanghi
2011-05-06
1
-2
/
+2
*
Fix assets generators.
José Valim
2011-04-17
1
-0
/
+1
*
Make generators more modular, add hooks and improve test suite.
José Valim
2011-04-17
1
-2
/
+7
*
The controller and resource generators will now automatically produce asset s...
David Heinemeier Hansson
2011-04-14
1
-0
/
+1
*
Allow generators nested in more than one level
Santiago Pastorino
2011-01-12
1
-1
/
+1
*
Ensure that app generator is not loaded twice to get rid of warnings
Piotr Sarnacki
2010-11-22
1
-0
/
+1
*
Tidy up generators commits.
José Valim
2010-11-17
1
-0
/
+1
*
Perf: speed up 2 methods in railties.
Emilio Tagua
2010-09-22
1
-4
/
+1
*
Trifling typos
Raphomet
2010-08-21
1
-2
/
+2
*
Remove the --singeleton option from scaffold generator.
Prem Sichanugrist
2010-06-24
1
-2
/
+1
*
Tidy up generators based on latest change on AM.
José Valim
2010-06-13
1
-1
/
+1
*
Hide remaining generators hooks [#4790 state:resolved]
José Valim
2010-06-08
1
-1
/
+5
*
Still copy application configuration to generator even if they are required e...
José Valim
2010-06-03
1
-6
/
+2
*
Update hidden namespace mechanism to work better with alternate choices and t...
wycats
2010-05-05
1
-4
/
+42
*
Partially revert "A new application now comes with a layout and a stylesheet."
Jeremy Kemper
2010-04-09
1
-0
/
+2
*
Remove :layout option from generators.
José Valim
2010-04-06
1
-5
/
+0
*
A new application now comes with a layout and a stylesheet.
José Valim
2010-04-06
1
-2
/
+0
*
moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...
Xavier Noria
2010-04-05
1
-1
/
+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
-0
/
+4
*
Add autoload to generators modules and fix failing test.
José Valim
2010-02-26
1
-1
/
+7
*
Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.
Jeremy Kemper
2010-02-25
1
-2
/
+2
*
Add missing -h/--help flag to several rails command [#3909 status:resolved]
Prem Sichanugrist
2010-02-10
1
-2
/
+2
*
Add config.generators.templates to provide alternative paths for template loo...
José Valim
2010-02-06
1
-0
/
+5
*
Make bin/rails call rails/commands/application, fix generators usage and upda...
José Valim
2010-02-03
1
-3
/
+1
*
Rename usage path to command to just the command name
David Heinemeier Hansson
2010-02-02
1
-2
/
+1
*
Add config.generators.fallbacks.
José Valim
2010-02-01
1
-0
/
+1
*
Automatically configure generators if application is defined.
José Valim
2010-01-29
1
-0
/
+3
*
Move the ActiveRecord generator settings into the Railtie
Carl Lerche
2010-01-28
1
-6
/
+1
*
Cleanup the test_unit generator move into the railtie
Carl Lerche
2010-01-28
1
-7
/
+2
[next]