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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Doof. Don't call it with false if it doesn't respond.
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Skip test runner workaround only if Test::Unit is loaded. Closes #9671 [tomafro]
Jeremy Kemper
2007-09-25
1
-1
/
+1
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
2
-8
/
+14
*
Include the new 422 in the app generation
David Heinemeier Hansson
2007-09-24
1
-1
/
+1
*
Follow our own conventions (closes #6506) [packagethief]
David Heinemeier Hansson
2007-09-23
1
-1
/
+1
*
Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]
David Heinemeier Hansson
2007-09-23
1
-2
/
+7
*
Revert [7574]. Closes #7521.
Jeremy Kemper
2007-09-23
1
-5
/
+0
*
RailsFCGIHandler tests. Closes #9630.
Jeremy Kemper
2007-09-23
1
-62
/
+68
*
Skip svnindex.xsl files when installing plugins (closes #7070) [davidjrice]
David Heinemeier Hansson
2007-09-22
1
-0
/
+1
*
Print Rails version when starting console (closes #7440) [eyematz]
David Heinemeier Hansson
2007-09-22
1
-3
/
+3
*
Fix CSS error in scaffold (closes #7450) [kampers]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added rake db:version to get the current schema version from the command line...
David Heinemeier Hansson
2007-09-22
1
-0
/
+5
*
Fixed the placement of fixture files for nested models when generating throug...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added TEMPLATE option to rake doc:app to set a custom output template (closes...
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Doc fixes (closes #8608) [deepblue]
David Heinemeier Hansson
2007-09-22
1
-12
/
+6
*
Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]
David Heinemeier Hansson
2007-09-22
1
-1
/
+2
*
Fixes rake annotations to search erb and builder files as well (closes #9150)...
David Heinemeier Hansson
2007-09-22
1
-2
/
+2
*
Doc fix (closes #9203) [lazyatom]
David Heinemeier Hansson
2007-09-22
1
-3
/
+7
*
Doc fix (closes #9259) [caio]
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 last mentions of AWS from railties
Michael Koziarski
2007-09-22
1
-10
/
+0
*
Remove the AWS web_service generator
Michael Koziarski
2007-09-22
5
-85
/
+0
*
Added symbols as a legal way of specifying plugins in config.plugins (closes ...
David Heinemeier Hansson
2007-09-22
2
-4
/
+7
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
2
-7
/
+33
*
Removed deprecated task names, like clear_logs, in favor of the new namespace...
David Heinemeier Hansson
2007-09-21
1
-53
/
+0
*
Updated some docs to reference the latest and greatest and played style nazi ...
David Heinemeier Hansson
2007-09-20
1
-10
/
+10
*
Support multiple config.after_initialize blocks so plugins and apps can more ...
Jeremy Kemper
2007-09-18
1
-6
/
+8
*
Added db:drop:all to drop all databases declared in config/database.yml [DHH]
David Heinemeier Hansson
2007-09-15
1
-11
/
+22
*
Missed Reloadable bits and pieces
Jeremy Kemper
2007-09-14
1
-5
/
+2
*
Don't raise superfluous exception on test failure.
Jeremy Kemper
2007-09-11
1
-6
/
+6
*
Update copyright span
David Heinemeier Hansson
2007-09-09
1
-1
/
+1
*
Use attribute pairs instead of the migration name to create add and remove co...
Michael Koziarski
2007-09-09
3
-20
/
+29
*
Fix task description for db:sessions:create. Closes #9419 [topfunky]
Michael Koziarski
2007-09-02
1
-1
/
+1
*
Remove duplication in test_help.rb Closes #3328 [jarkko]
Michael Koziarski
2007-09-02
1
-1
/
+1
*
Use Gem.find_name instead of search when freezing gems. Prevent false positi...
Michael Koziarski
2007-07-24
1
-2
/
+2
*
Automatically generate add/remove column commands in specially named migratio...
Rick Olson
2007-07-24
3
-2
/
+29
*
Default to plural table name in Rails Generator if ActiveRecord is not presen...
Rick Olson
2007-07-12
1
-1
/
+1
*
Drop the trailing slash
David Heinemeier Hansson
2007-06-28
1
-0
/
+1
*
Added rake routes for listing all the defined routes in the system (closes #8...
David Heinemeier Hansson
2007-06-28
1
-0
/
+16
*
db:create creates the database for the current environment if it's on localho...
Jeremy Kemper
2007-06-28
1
-91
/
+107
*
Generators: look for generators in all gems, not just those suffixed with _ge...
Jeremy Kemper
2007-06-27
3
-9
/
+43
*
Added db:version to get the current schema number [via Tim Bray]
David Heinemeier Hansson
2007-06-25
2
-4
/
+9
*
Added --skip-migration option to scaffold and resource generators (closes #86...
David Heinemeier Hansson
2007-06-23
2
-3
/
+21
*
Docfix (closes #8480)
David Heinemeier Hansson
2007-06-23
1
-5
/
+5
*
Docfixes (closes #7348, #7778, #8669)
David Heinemeier Hansson
2007-06-23
1
-1
/
+1
*
Docfix (closes #8585)
David Heinemeier Hansson
2007-06-23
1
-1
/
+1
*
Docfix (closes #8715)
David Heinemeier Hansson
2007-06-23
1
-2
/
+2
*
Fix that FCGIs would leave log files open when asked to shut down by USR2 (cl...
David Heinemeier Hansson
2007-06-23
1
-0
/
+5
*
Fixed that dispatcher preparation callbacks only run once in production mode....
Rick Olson
2007-06-15
1
-2
/
+1
[prev]
[next]