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
...
*
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
*
Railties: generator tests passing
Jeremy Kemper
2006-08-29
4
-8
/
+26
*
Cleaning up railties tests. Set RAILS_ROOT for Rails::Initializer if undefined.
Jeremy Kemper
2006-08-29
2
-0
/
+10
*
remove superfluous ABSOLUTE_RAILS_ROOT from webrick server
Jeremy Kemper
2006-08-29
1
-3
/
+1
*
make the railties test task available
Jeremy Kemper
2006-08-29
1
-5
/
+6
*
Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...
Nicholas Seckar
2006-08-29
2
-3
/
+30
*
Updated trunk to script.aculo.us 1.6.2
Thomas Fuchs
2006-08-15
4
-44
/
+71
*
Add controller_paths variable to Routing; Assign Routing.controller_paths fro...
Nicholas Seckar
2006-08-15
2
-4
/
+13
*
Add silencing to deprecations; avoid self-scolding.
Nicholas Seckar
2006-08-14
2
-1
/
+5
*
Rearrange application resetting and preparation, fix bug with leaking subclas...
Rick Olson
2006-08-09
2
-1
/
+10
*
Cause ApplicationController to be reloaded
David Heinemeier Hansson
2006-08-09
1
-1
/
+1
*
Add missing mock directories from the autoload_paths configuration. [Rick Ol...
Rick Olson
2006-08-09
2
-2
/
+6
*
Nested controller scaffolding also nests the generated layout.
Jeremy Kemper
2006-08-09
2
-3
/
+4
*
be sure to require_dependency on 'application', so that dependency loading is...
Jamis Buck
2006-08-08
1
-1
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
3
-0
/
+49
*
Fix Dispatcher.reset_application! so that AR subclasses are removed and Obser...
Rick Olson
2006-08-07
2
-1
/
+3
*
Clarify usage of script/plugin source. Closes #5344. [james.adam@gmail.com]
Marcel Molina
2006-08-07
2
-2
/
+4
*
Proper initialization
David Heinemeier Hansson
2006-08-06
1
-1
/
+1
*
Remove requires from webrick server; they were causing dispatcher.rb to be do...
Nicholas Seckar
2006-08-06
1
-4
/
+1
*
Move method
Nicholas Seckar
2006-08-06
1
-8
/
+8
*
Add Dispatcher.to_prepare and config.to_prepare to provide a pre-request hook.
Nicholas Seckar
2006-08-06
4
-3
/
+102
*
Tweak the Rails load order so observers are loaded after plugins, and reloade...
Rick Olson
2006-08-06
3
-3
/
+12
*
Added that you can change the web server port in config/lighttpd.conf from sc...
David Heinemeier Hansson
2006-08-05
2
-0
/
+19
*
script/performance/profiler compatibility with the new ruby-prof, including a...
Jeremy Kemper
2006-08-05
2
-9
/
+27
[prev]
[next]