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
/
generators
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge documentation changes from docrails.
Pratik Naik
2008-05-16
1
-4
/
+4
*
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
*
* 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
*
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
*
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
*
Update scaffold to use labels instead of bold tags. Closes #10757 [zach-ingl...
Rick Olson
2008-01-12
2
-4
/
+2
*
Move model dependency to the end of the scaffold generator manifest. Closes #...
Jeremy Kemper
2008-01-05
1
-2
/
+2
*
App generate says sqlite3 is the default and mentions frontbase. Closes #1055...
Jeremy Kemper
2007-12-21
1
-3
/
+4
*
Changed the default database from mysql to sqlite3, so now running "rails mya...
David Heinemeier Hansson
2007-12-16
1
-1
/
+1
*
Fixed that functional tests generated for scaffolds should use fixture calls ...
David Heinemeier Hansson
2007-12-14
1
-4
/
+4
*
Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689 [Pr...
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Generated fixtures should not specify ids since theyre expected to be foxy fi...
David Heinemeier Hansson
2007-12-01
1
-9
/
+9
*
You dont need to explicitly declare which controller youre testing when you f...
David Heinemeier Hansson
2007-11-30
3
-6
/
+0
*
Introduce SecretKeyGenerator for more secure session secrets than CGI::Sessio...
Jeremy Kemper
2007-11-28
1
-1
/
+5
*
No trailing whitespace in migration generation (closes #10235)
David Heinemeier Hansson
2007-11-25
1
-2
/
+2
*
Resource and scaffold generators pass on the full name to the dependent model...
Jeremy Kemper
2007-11-16
2
-2
/
+2
*
Use the new TestCase subclasses in the scaffold and resource generators also....
Jeremy Kemper
2007-11-16
2
-22
/
+6
*
Remove stale warning from application generator usage message. Closes #10165 ...
Jeremy Kemper
2007-11-14
1
-7
/
+0
*
Remove unneeded file that was missed by [8098]
Michael Koziarski
2007-11-06
1
-0
/
+0
*
Make work with --skip-timestamps
David Heinemeier Hansson
2007-11-06
1
-0
/
+4
*
Added --skip-timestamps to generators that produce models (closes #10036) [tp...
David Heinemeier Hansson
2007-11-04
4
-4
/
+12
*
Excise generated whitespace. Closes #10017 [Tim Pope]
Jeremy Kemper
2007-10-29
2
-19
/
+1
*
Introduce TestCase subclasses for testing rails applications allowing tests t...
Michael Koziarski
2007-10-26
3
-35
/
+11
*
Request profiler
Jeremy Kemper
2007-10-25
1
-1
/
+1
*
Generated fixtures use the actual primary key instead of id. Closes #4343.
Jeremy Kemper
2007-10-15
1
-2
/
+2
*
Create layout dir it's nested. References #9272 [alancfrancis]
Jeremy Kemper
2007-10-08
1
-0
/
+1
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
4
-8
/
+0
*
Better error messages if you leave out the :secret option for request forgery...
Rick Olson
2007-09-28
1
-1
/
+1
*
Fix test (closes #9120) [hasmanyjosh]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Use the correct generator name in the docs (closes #9111) [ceefour]
David Heinemeier Hansson
2007-09-25
1
-1
/
+1
*
Include the new 422 in the app generation
David Heinemeier Hansson
2007-09-24
1
-1
/
+1
*
Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]
David Heinemeier Hansson
2007-09-23
1
-2
/
+7
*
Fix CSS error in scaffold (closes #7450) [kampers]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Fixed the placement of fixture files for nested models when generating throug...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Plugin license and README should use a dynamic year (closes #9329) [bscofield]
David Heinemeier Hansson
2007-09-22
2
-2
/
+2
*
Remove the AWS web_service generator
Michael Koziarski
2007-09-22
5
-85
/
+0
*
Updated some docs to reference the latest and greatest and played style nazi ...
David Heinemeier Hansson
2007-09-20
1
-10
/
+10
*
Use attribute pairs instead of the migration name to create add and remove co...
Michael Koziarski
2007-09-09
3
-20
/
+29
[prev]
[next]