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
...
*
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
*
Fix precedence error in failsafe rescue. Closes #8625.
Jeremy Kemper
2007-06-12
1
-1
/
+1
*
Fix syntax error in dispatcher than wrecked failsafe responses. Closes #8625.
Jeremy Kemper
2007-06-11
1
-2
/
+1
*
Scaffolded validation errors set the appropriate HTTP status for XML response...
Jeremy Kemper
2007-06-10
1
-2
/
+2
*
Fix indentation in model generator migration template. Closes #8577 [Josh Peek]
Jeremy Kemper
2007-06-05
1
-1
/
+1
*
Sexy migrations for the session_migration generator. Closes #8561.
Jeremy Kemper
2007-06-05
1
-3
/
+3
*
Skip databases that couldn't be created.
Jeremy Kemper
2007-05-30
1
-3
/
+7
*
Console reload! runs to_prepare callbacks also. Closes #8393.
Jeremy Kemper
2007-05-29
1
-1
/
+3
*
Wordsmith generator USAGEs.
Jeremy Kemper
2007-05-29
11
-163
/
+104
*
Generated migrations include timestamps by default. Closes #8501.
Jeremy Kemper
2007-05-29
5
-21
/
+33
*
Add Active Resource to rails:freeze:edge and drop Action Web Service. Closes ...
Jeremy Kemper
2007-05-27
1
-2
/
+2
*
Remove unused resource generator templates obviated by [6841]. Closes #8487 [...
Jeremy Kemper
2007-05-27
3
-0
/
+0
*
Normalize whitespace. Closes #8385 [Time Pope]
Jeremy Kemper
2007-05-27
14
-19
/
+19
*
SQLite: db:create and drop
Jeremy Kemper
2007-05-26
1
-1
/
+5
*
Add db:create, drop, reset, charset, and collation tasks. Closes #8448.
Jeremy Kemper
2007-05-26
1
-0
/
+64
*
Also remove the duplicated unit test template. References #7222.
Jeremy Kemper
2007-05-25
1
-10
/
+0
*
Scaffold generator depends on model generator instead of duplicating it. Clos...
Jeremy Kemper
2007-05-25
4
-40
/
+1
[prev]
[next]