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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update trunk to script.aculo.us 1.7.0
Thomas Fuchs
2007-01-19
1
-0
/
+2
*
Update to Prototype 1.5.0
Sam Stephenson
2007-01-17
1
-0
/
+2
*
Generator: use destination path for diff tempfiles. Closes #7015.
Jeremy Kemper
2007-01-13
1
-0
/
+2
*
Fixed that webrick would strip leading newlines and hang connection (closes #...
David Heinemeier Hansson
2007-01-05
1
-0
/
+2
*
Ensure plugins are in the Dependencies.load_once_paths collection by default....
Rick Olson
2006-12-27
1
-0
/
+5
*
Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...
Michael Koziarski
2006-12-26
1
-0
/
+2
*
Fix scaffold_resource generator so it respects the --pretend argument when cr...
Rick Olson
2006-12-26
1
-0
/
+2
*
Fix Webrick Daemon dispatching bug regarding a bad current working directory....
Rick Olson
2006-12-25
1
-0
/
+2
*
Reapply plugin load path changes from [5720]
Michael Koziarski
2006-12-18
1
-0
/
+2
*
Revert [5720]
Michael Koziarski
2006-12-16
1
-2
/
+0
*
Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...
Michael Koziarski
2006-12-15
1
-0
/
+2
*
Changelog for bungled commit.
Jeremy Kemper
2006-12-06
1
-0
/
+2
*
Fixed script/process/spawner to work properly with Mongrel including in -r (d...
David Heinemeier Hansson
2006-12-04
1
-0
/
+2
*
Added one-letter aliases for the three default environments to script/console...
David Heinemeier Hansson
2006-12-01
1
-0
/
+2
*
Fixed that script/server running against Mongrel should tail the proper log r...
David Heinemeier Hansson
2006-11-30
1
-0
/
+2
*
Update initializer to load Rails::VERSION as soon as possible. Closes #6698.
Nicholas Seckar
2006-11-25
1
-0
/
+2
*
Added ActiveRecord::Base.clear_active_connections! in development mode so the...
David Heinemeier Hansson
2006-11-23
1
-0
/
+2
*
Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...
David Heinemeier Hansson
2006-11-23
1
-0
/
+2
*
Update trunk w/ latest Prototype and script.aculo.us
Thomas Fuchs
2006-11-19
1
-0
/
+2
*
Restore windows compatibility
David Heinemeier Hansson
2006-11-19
1
-3
/
+1
*
Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...
Rick Olson
2006-11-19
1
-0
/
+2
*
Add custom mime type file for mongrel. config/mime.yml is added with generat...
Rick Olson
2006-11-19
1
-0
/
+2
*
Update Prototype in trunk to [5550]
Thomas Fuchs
2006-11-17
1
-0
/
+2
*
Make sure that exceptions which are thrown outside of the user code try their...
Tobias Lütke
2006-11-13
1
-0
/
+2
*
Rails::VERSION::STRING should always be available. Closes #6244.
Jeremy Kemper
2006-11-13
1
-0
/
+2
*
Update to Prototype 1.5.0_rc2
Sam Stephenson
2006-11-12
1
-0
/
+2
*
Add grep-based fallback to reaper, so it can work in pidless setups (again)
Jamis Buck
2006-11-11
1
-0
/
+2
*
Only wrap request processing with our USR1 signal handler so FastCGI can trap...
Jeremy Kemper
2006-11-11
1
-0
/
+2
*
Alter prior change to use require_dependency instead of require_or_load. Caus...
Nicholas Seckar
2006-11-09
1
-0
/
+2
*
Rake: use absolute paths to load lib and vendor tasks so they may be run outs...
Jeremy Kemper
2006-11-09
1
-0
/
+2
*
Update changelog
Nicholas Seckar
2006-11-07
1
-0
/
+2
*
scaffold_resource generator uses _path named routes and head instead of rende...
Jeremy Kemper
2006-11-05
1
-0
/
+2
*
Generator can show diff on file collision to help you decide whether to skip ...
Jeremy Kemper
2006-11-02
1
-0
/
+2
*
Generated directories are recursively svn added, like mkdir -p. Closes #6416.
Jeremy Kemper
2006-11-02
1
-0
/
+2
*
resource and scaffold_resource generators add a restful route to config/route...
Jeremy Kemper
2006-11-01
1
-0
/
+2
*
Revert environment changes for autoload_paths
Michael Koziarski
2006-10-31
1
-0
/
+2
*
Update to latest Prototype, which doesnt serialize disabled form elements, ad...
Thomas Fuchs
2006-10-28
1
-0
/
+2
*
Clean up the output of rake stats, de-emphasise components and apis, and re...
Michael Koziarski
2006-10-27
1
-0
/
+2
*
Added option to script/process/spawner of specifying the binding address #513...
David Heinemeier Hansson
2006-10-26
1
-0
/
+2
*
Update environment.rb comments to include config.autoload_paths. Closes #6478...
Michael Koziarski
2006-10-24
1
-0
/
+2
*
Update scaffold to use new form_tag block functionality. Closes #6480 [BobSilva]
Michael Koziarski
2006-10-24
1
-0
/
+2
*
Plugin generator: check for class collisions. Closes #4833.
Jeremy Kemper
2006-10-23
1
-0
/
+2
*
Mailer generator: handle mailers in modules, set mime_version in unit test.
Jeremy Kemper
2006-10-20
1
-0
/
+2
*
Default $KCODE to 'u' to enable the multibyte-safe chars proxy. [Koz]
Michael Koziarski
2006-10-17
1
-0
/
+2
*
Added config.plugins to control which plugins are loaded #6269 [skaes]. By de...
David Heinemeier Hansson
2006-10-17
1
-0
/
+4
*
Tidy up the markup on the bundled error pages. Closes #6379. [Tim Lucas]
Michael Koziarski
2006-10-15
1
-0
/
+2
*
Fixed default 404.html and 500.htmls to remove extreme ugliness and added err...
David Heinemeier Hansson
2006-10-10
1
-0
/
+2
*
Update to latest Prototype and script.aculo.us trunk versions
Thomas Fuchs
2006-10-09
1
-0
/
+2
*
PostgreSQL: db:test:purge closes open database connections first. Closes #6236.
Jeremy Kemper
2006-10-09
1
-0
/
+2
*
Fixed test:uncommitted on Windows (backslash issue) (closes #4999) [paul@paul...
David Heinemeier Hansson
2006-10-09
1
-0
/
+2
[next]