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_generator
Commit message (
Expand
)
Author
Age
Files
Lines
*
Formally deprecate the old secret key generator
Michael Koziarski
2008-08-27
1
-0
/
+1
*
Deprecate Rails::SecretKeyGenerator in favor of ActiveSupport::SecureRandom.
Hongli Lai (Phusion
2008-08-27
2
-149
/
+5
*
Generate belongs_to association when generating a model
Tarmo Tänav
2008-08-23
2
-1
/
+5
*
Generate belongs_to associations automatically for 'references' types [#640 s...
Tarmo Tänav
2008-08-23
1
-0
/
+3
*
Removed config.ru template from app generator
Joshua Peek
2008-08-19
1
-1
/
+0
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Set config.active_record.timestamped_migrations = false to have migrations wi...
Nik Wakelin
2008-07-17
1
-1
/
+16
*
Merge with docrails.
Pratik Naik
2008-07-16
4
-14
/
+17
*
Add config.ru to rails app generator
Pratik Naik
2008-07-16
1
-0
/
+1
*
Ensure script/generate finds generators from symlinked plugins. [#449 state:r...
Daniel Guettler
2008-07-12
1
-1
/
+1
*
Revert "Fixed generator collisions for nested controller modules."
Joshua Peek
2008-07-11
1
-16
/
+9
*
Ensure Rails::Generator quotes file names while generating diff. [#264 state:...
Carl Porth
2008-07-02
1
-1
/
+1
*
Ensure observer test inherits from ActiveSupport::TestCase
Pratik Naik
2008-06-27
1
-1
/
+1
*
Warn and uses singularized ModelName if a plural ModelName is given to script...
Pat George
2008-06-27
1
-1
/
+8
*
Add performance test generator
Pratik Naik
2008-06-19
3
-0
/
+32
*
Use test/performance/test_helper to do test setup then boost log level and tu...
Jeremy Kemper
2008-06-15
1
-0
/
+1
*
Performance: integration test benchmarking and profiling. [Jeremy Kemper]
Jeremy Kemper
2008-06-14
1
-0
/
+2
*
Changed all generated tests to use the test/do declaration style [DHH]
David Heinemeier Hansson
2008-06-12
8
-17
/
+17
*
Added better error message for when the class name is already used (and dont ...
David Heinemeier Hansson
2008-05-31
1
-3
/
+5
*
Merge docrails.
Pratik Naik
2008-05-25
1
-1
/
+1
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-4
/
+4
*
Fixed generator collisions for nested controller modules.
Amol Hatwar
2008-05-13
1
-9
/
+16
*
ScaffoldGenerator to create public/stylesheets if missing. [#165 state:resolved]
Matthew Brindley
2008-05-13
1
-1
/
+2
*
Add script/dbconsole to app generator
Jeremy Kemper
2008-05-07
1
-1
/
+1
*
Fixed tabs to spaces [#47 state:resolved]
David Heinemeier Hansson
2008-04-29
2
-4
/
+4
*
Fallback to Ruby's pseudo random number generator if the system does not have...
Joshua Peek
2008-04-21
1
-1
/
+6
*
* Remove default_url_options from mailer generator
Cody Fauser
2008-04-21
1
-2
/
+0
*
Add example for default_url_options[:host] to generated mailers.
Mislav Marohnić
2008-04-18
1
-1
/
+5
*
Changed mailer generator to not use instance variables.
Mislav Marohnić
2008-04-18
1
-6
/
+6
*
Cleanup generator tests by extracting repeated code into generator_test_helpe...
Mislav Marohnić
2008-04-18
1
-6
/
+2
*
Update generator tests. Closes #11487 [thechrisoshow]
Jeremy Kemper
2008-04-01
1
-22
/
+22
*
rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb
Jeremy Kemper
2008-03-31
1
-1
/
+1
*
Partial updates include only unsaved attributes. Off by default; set YourClas...
Jeremy Kemper
2008-03-31
1
-1
/
+2
*
Removed the default .htaccess configuration as there are so many good deploym...
David Heinemeier Hansson
2008-03-29
1
-3
/
+2
*
Generated tests rely on test dir in load path rather than File.dirname shenan...
Jeremy Kemper
2008-03-29
7
-7
/
+7
*
Space at the bottom feels better
David Heinemeier Hansson
2008-03-29
1
-1
/
+1
*
Removed outdated scaffold from template
David Heinemeier Hansson
2008-03-29
1
-3
/
+0
*
Switched to UTC-timebased version numbers for migrations and the schema. This...
David Heinemeier Hansson
2008-03-28
1
-12
/
+1
*
Stop adding the antiquated test/mocks/* directories and only add them to the ...
David Heinemeier Hansson
2008-03-27
1
-2
/
+0
*
Use the more modern error_messages from the form object rather than error_mes...
David Heinemeier Hansson
2008-03-22
2
-6
/
+6
*
Removed dead styles (closes #11353) [boone]
David Heinemeier Hansson
2008-03-15
1
-20
/
+0
*
Fixed that script/generate would not look for plugin generators in plugin_pat...
David Heinemeier Hansson
2008-03-13
2
-6
/
+13
*
Update URL in script/generate usage. Closes #11220 [neshmi]
Pratik Naik
2008-03-08
1
-1
/
+1
*
Move SecretKeyGenerator comments to the correct place for rdoc. Closes #10940...
Michael Koziarski
2008-02-09
1
-7
/
+6
*
Git support for script/generate. Closes #10690.
Jeremy Kemper
2008-02-02
2
-3
/
+28
*
Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...
Rick Olson
2008-01-12
2
-4
/
+2
*
Resurrect WordNet synonym lookups. Closes #10710.
Jeremy Kemper
2008-01-10
1
-3
/
+3
*
Move model dependency to the end of the scaffold generator manifest. Closes #...
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
Rick Olson
2008-01-02
1
-19
/
+19
*
App generate says sqlite3 is the default and mentions frontbase. Closes #1055...
Jeremy Kemper
2007-12-21
1
-3
/
+4
[next]