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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added option to script/process/spawner of specifying the binding address #513...
David Heinemeier Hansson
2006-10-26
2
-26
/
+61
*
Fix scaffolding from using deprecated :post => true (closes #6499)
David Heinemeier Hansson
2006-10-26
1
-1
/
+1
*
Update environment.rb comments to include config.autoload_paths. Closes #6478...
Michael Koziarski
2006-10-24
2
-1
/
+7
*
Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva]
Michael Koziarski
2006-10-24
3
-4
/
+6
*
Plugin generator: check for class collisions. Closes #4833.
Jeremy Kemper
2006-10-23
2
-0
/
+5
*
mailer unit test handles nested fixture paths
Jeremy Kemper
2006-10-20
2
-6
/
+5
*
reference view path in fixture
Jeremy Kemper
2006-10-20
1
-1
/
+1
*
.rhtml extension for view only
Jeremy Kemper
2006-10-20
1
-2
/
+2
*
Mailer generator: handle mailers in modules, set mime_version in unit test.
Jeremy Kemper
2006-10-20
6
-11
/
+15
*
Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]
Michael Koziarski
2006-10-17
2
-0
/
+10
*
Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...
David Heinemeier Hansson
2006-10-17
3
-4
/
+23
*
Remove extraneous expand_path; fix plugin load paths
Nicholas Seckar
2006-10-16
1
-3
/
+1
*
Add plugins and builtins to the load_path.
Nicholas Seckar
2006-10-16
1
-0
/
+3
*
Remove autoload_paths to simplify configuration.
Nicholas Seckar
2006-10-16
1
-65
/
+21
*
Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]
Michael Koziarski
2006-10-15
3
-60
/
+28
*
Fixed default 404.html and 500.htmls to remove extreme ugliness and added err...
David Heinemeier Hansson
2006-10-10
3
-10
/
+90
*
Update to latest Prototype and script.aculo.us trunk versions
Thomas Fuchs
2006-10-09
5
-185
/
+158
*
PostgreSQL: db:test:purge closes open database connections first. Closes #6236.
Jeremy Kemper
2006-10-09
2
-0
/
+4
*
Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...
David Heinemeier Hansson
2006-10-09
2
-2
/
+4
*
Docfix (closes #6234)
David Heinemeier Hansson
2006-10-09
1
-1
/
+1
*
Fixed migration creation to work with namespaced models, so script/generate m...
David Heinemeier Hansson
2006-10-09
2
-0
/
+5
*
Added timeout option to SQLite3 configurations to deal more gracefully with S...
David Heinemeier Hansson
2006-10-09
2
-0
/
+5
*
Include field:type option for models
David Heinemeier Hansson
2006-10-09
2
-1
/
+4
*
Added script/generate resource which works just like scaffold_resource, but c...
David Heinemeier Hansson
2006-10-09
17
-60
/
+252
*
Added proper USAGE to the scaffold_resource generator [DHH]
David Heinemeier Hansson
2006-10-08
1
-4
/
+10
*
Added proper USAGE to the scaffold_resource generator [DHH]
David Heinemeier Hansson
2006-10-08
1
-5
/
+20
*
Use the first unparsed argument as the code or file to run. Closes #6286.
Jeremy Kemper
2006-09-29
2
-6
/
+9
*
script/runner can run files, pass on arguments, and be used as a shebang. Clo...
Jeremy Kemper
2006-09-26
2
-6
/
+29
*
scaffold_resource naming, fixes #6276
Jeremy Kemper
2006-09-25
2
-4
/
+4
*
Look for rake tasks in plugin subdirs. Closes #6259.
Jeremy Kemper
2006-09-22
2
-1
/
+3
*
Added map.connect ':controller/:action/:id.:format' as a default route to con...
David Heinemeier Hansson
2006-09-20
2
-0
/
+3
*
Implemented ./script/generate scaffold_resource comment body:text created_at:...
David Heinemeier Hansson
2006-09-19
7
-71
/
+120
*
Work-in-progress scaffolder for resources [DHH/Rick Olson]
David Heinemeier Hansson
2006-09-17
13
-0
/
+343
*
Updated prototype.js to 1.5.0_rc1 with latest fixes. [Rick Olson]
Rick Olson
2006-09-16
2
-28
/
+55
*
Fix versions
David Heinemeier Hansson
2006-09-15
1
-1
/
+1
*
Version updates and missing licenses
David Heinemeier Hansson
2006-09-15
1
-3
/
+3
*
Dont run tests on gem creation
David Heinemeier Hansson
2006-09-15
1
-1
/
+2
*
Dont run FCGIDispatcher tests if mocha is not available
David Heinemeier Hansson
2006-09-15
3
-3
/
+10
*
session_migration generator adds an index on updated_at. Closes #6207.
Jeremy Kemper
2006-09-13
2
-1
/
+4
*
script/server creates the tmp/pids directory. Closes #6204.
Jeremy Kemper
2006-09-13
2
-1
/
+3
*
Fix script/console --sandbox for internal transactions changes. Closes #5738.
Jeremy Kemper
2006-09-12
2
-2
/
+4
*
Split Form.serialize into Form.serialize and Form.serializeElements. The latt...
David Heinemeier Hansson
2006-09-08
1
-2
/
+6
*
Too much dotware
Nicholas Seckar
2006-09-07
1
-1
/
+1
*
Remove the uncanny default of adding all app/models/*/ directories to the loa...
Nicholas Seckar
2006-09-07
2
-6
/
+21
*
Proper description syntax for test tasks (closes #5308)
David Heinemeier Hansson
2006-09-05
1
-6
/
+6
*
Update to script.aculo.us 1.6.3 [Thomas Fuchs]
Thomas Fuchs
2006-09-05
4
-55
/
+120
*
Update to Prototype 1.5.0_rc1
Sam Stephenson
2006-09-05
2
-126
/
+355
*
Doc fix (closes #5660)
David Heinemeier Hansson
2006-09-04
1
-0
/
+3
*
Formally deprecate the non-namespaced rake tasks. [Koz]
Michael Koziarski
2006-09-04
2
-27
/
+36
*
More inclusive 500 language
David Heinemeier Hansson
2006-09-03
1
-1
/
+1
[prev]
[next]