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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Load generators from both lib/rails/generators and lib/generators. Using the ...
José Valim
2010-03-23
20
-20
/
+20
*
Controller generators should use routes shortcut.
José Valim
2010-03-22
1
-1
/
+1
*
Killing fixtures in mailer before they kill me (they usually lead to very bri...
José Valim
2010-03-22
1
-3
/
+5
*
Also revert mailer generator test changes in 8b50f89
Jeremy Kemper
2010-03-21
1
-2
/
+2
*
Fix regression introduced in 8b50f89. Generated views mentioned the wrong path.
Jeremy Kemper
2010-03-21
1
-2
/
+2
*
Make ERB generators more flexible and customizable.
José Valim
2010-03-21
1
-4
/
+4
*
Controller generator now creates routes as well [#4233 state:resolved]
José Valim
2010-03-19
4
-20
/
+16
*
removed useless require line
Sebastian Martinez
2010-03-19
1
-3
/
+0
*
Use human_name in scaffold.
José Valim
2010-03-17
1
-0
/
+18
*
In app_generator, fix hardcoded `bundle` call to derive the bundle executable...
Caio Chassot
2010-03-12
1
-2
/
+3
*
Add a check to ensure that the application name does not already exist, i.e. ...
Kieran Pilkington
2010-03-12
1
-0
/
+7
*
the folder public/javascripts should be created by default [#4027 status:reso...
Ramon Soares
2010-02-26
1
-0
/
+1
*
Add readme as method in Rails::Generators::Actions (as we had in 2.3)
José Valim
2010-02-17
1
-0
/
+6
*
Invalid namespace on app generation raises an error
Kyle Maxwell
2010-02-17
1
-0
/
+5
*
Fix a couple failing tests.
José Valim
2010-02-10
1
-4
/
+2
*
Fixes unescaped version passthrough of generator 'gem' command. [#3901 status...
Michael Bleigh
2010-02-10
1
-0
/
+18
*
Debrittlize tests somewhat - fix for CI build
Mikel Lindsaar
2010-02-10
1
-5
/
+5
*
fix usage examples and more to use new invocations
RomD
2010-02-06
1
-5
/
+5
*
Add config.generators.templates to provide alternative paths for template loo...
José Valim
2010-02-06
1
-0
/
+1
*
Fixes test fail
Yehuda Katz
2010-02-05
1
-1
/
+1
*
Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ...
Jeremy Kemper
2010-02-04
1
-1
/
+1
*
Update Gemfile to use latest bundler config.
José Valim
2010-02-04
1
-0
/
+7
*
Updating index.html to remove script/generate and making railties tests pass ...
Mikel Lindsaar
2010-02-02
1
-24
/
+4
*
Fixed --dev flag for new bundler
Mikel Lindsaar
2010-02-02
1
-3
/
+3
*
Revert "Drop JS scripts from core"
Joshua Peek
2010-01-30
1
-3
/
+5
*
Drop JS scripts from core
Joshua Peek
2010-01-29
1
-5
/
+3
*
Automatically configure generators if application is defined.
José Valim
2010-01-29
1
-1
/
+1
*
Fix the test_framework generator tests
Carl Lerche
2010-01-28
1
-1
/
+1
*
Rename 'defaults' class method to 'default' to reflect that it's a declaration
Jeremy Kemper
2010-01-27
1
-1
/
+1
*
Attend to brittle mailer generator tests
Jeremy Kemper
2010-01-27
1
-3
/
+3
*
Update generators to use new defaults.
José Valim and Mikel Lindsaar
2010-01-26
1
-1
/
+1
*
Updating generators for mailer to reflect changes in API
Mikel Lindsaar
2010-01-26
1
-3
/
+3
*
More work on generated mailer templates.
José Valim and Mikel Lindsaar
2010-01-26
2
-6
/
+13
*
Change mailer generator templates and refactor the whole naming schema.
José Valim and Mikel Lindsaar
2010-01-25
2
-20
/
+82
*
Make plugin generator compatible with new schema.
José Valim
2010-01-24
1
-1
/
+1
*
I removed the rdoc task from plugin Rakefile
Joshua Peek
2010-01-22
1
-1
/
+1
*
`script/generate mailer Notifier` will now create a mailer at app/mailers.
José Valim
2010-01-19
1
-4
/
+4
*
Get generators tests running on Ruby 1.9.1
José Valim
2010-01-19
20
-30
/
+51
*
Generators load path now will be Ruby load path. If you want to use rspec:ins...
José Valim
2010-01-18
20
-21
/
+20
*
Automatically remove :generators: from namespaces.
José Valim
2010-01-18
2
-2
/
+2
*
Ensure generators can be invoked by their shortcut and remove attr_reader tasks.
José Valim
2010-01-18
1
-0
/
+13
*
Plugin generator should use templates.
José Valim
2010-01-17
1
-0
/
+15
*
Take --skip-activerecord into account boot.rb requires. [#3711 status:resolved]
Rizwan Reza
2010-01-17
1
-5
/
+4
*
Bundle automatically if --dev or --edge is given as option.
José Valim
2010-01-15
1
-3
/
+5
*
Set deprecation warnings for RAILS_ENV and RAILS_DEFAULT_LOGGER.
José Valim
2010-01-13
1
-2
/
+0
*
Ensure application names are not singularized.
José Valim
2010-01-07
1
-2
/
+7
*
Ensure config/application.rb also uses app_const instead of app_name.classify.
José Valim
2010-01-07
1
-1
/
+2
*
Fix failing app generator test when using the --dev option
Jeffrey Hardy
2010-01-06
1
-1
/
+1
*
Bring generators tests back to life.
José Valim
2010-01-04
1
-0
/
+4
*
Move all generators tests to use new test case syntax.
José Valim
2010-01-03
20
-181
/
+49
[next]