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
...
*
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
*
Update copyright times
David Heinemeier Hansson
2006-09-03
2
-2
/
+2
*
Thoroughly test the FCGI dispatcher. Closes #5970.
Jeremy Kemper
2006-09-03
7
-35
/
+171
*
railties tests
Jeremy Kemper
2006-09-03
3
-12
/
+14
*
Modernize the main README (closes #6002)
David Heinemeier Hansson
2006-09-02
1
-63
/
+59
*
Remove Dir.chdir in the Webrick DispatchServlet#initialize method. Fix bad p...
Rick Olson
2006-09-02
2
-1
/
+2
*
Fixed a few find_alls
David Heinemeier Hansson
2006-08-31
1
-1
/
+1
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
3
-6
/
+8
*
dispatcher test cosmetics
Jeremy Kemper
2006-08-29
1
-15
/
+15
*
Railties: axe junk webrick dispatcher test
Jeremy Kemper
2006-08-29
1
-27
/
+0
*
Railties: info tests passing
Jeremy Kemper
2006-08-29
1
-3
/
+7
*
Railties: info controller tests passing
Jeremy Kemper
2006-08-29
1
-0
/
+2
[prev]
[next]