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
*
Speed up Levenshtein by 50% and reduce 97% of memory usage
Yuki Nishijima
2015-04-11
1
-2
/
+5
*
Merge pull request #18395 from shunsukeaida/improve_generator_name_suggestions
Richard Schneeman
2015-02-23
1
-3
/
+1
|
\
|
*
Improve generator name suggestions a bit.
ShunsukeAida
2015-02-22
1
-3
/
+1
*
|
Small enhancement for generators
Holger Frohloff
2015-02-03
1
-2
/
+2
|
/
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-2
/
+2
*
Emit suggested generator names when not found
schneems
2014-06-04
1
-8
/
+52
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-06-01
1
-0
/
+5
|
\
|
*
document generators hidden_namespaces
schneems
2014-05-29
1
-0
/
+5
*
|
print generators on failed generate
schneems
2014-05-26
1
-12
/
+16
*
|
Revert "Merge pull request #15293 from schneems/schneems/generator-output-in-...
Yves Senn
2014-05-24
1
-16
/
+12
*
|
print generators on failed generate
schneems
2014-05-24
1
-12
/
+16
|
/
*
Require the top file and autoload Base class
Rafael Mendonça França
2013-11-09
1
-0
/
+1
*
Remove "circular require considered harmful" error
Robin Dupret
2013-11-01
1
-2
/
+2
*
s/plugin_new/plugin
schneems
2013-06-30
1
-1
/
+1
*
remove performance tests from the default stack
Yves Senn
2013-01-10
1
-2
/
+0
*
Remove observers and sweepers
Rafael Mendonça França
2012-11-28
1
-2
/
+0
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-29
/
+29
*
Extract ActiveRecord::SessionStore from Rails
Prem Sichanugrist
2012-08-24
1
-1
/
+0
*
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
[next]