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
*
RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout ...
Jamis Buck
2005-06-27
1
-0
/
+2
*
Fixed rakefile actions against PostgreSQL when the password is all numeric #1...
David Heinemeier Hansson
2005-06-25
1
-0
/
+2
*
ActionMailer::Base subclasses are reloaded with other rails components #1262
Jamis Buck
2005-06-24
1
-0
/
+2
*
Added ActionController::Base.allow_concurrency to control whether the applica...
David Heinemeier Hansson
2005-06-23
1
-1
/
+1
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
1
-0
/
+2
*
Updated changelog for [1479]
Jamis Buck
2005-06-22
1
-1
/
+1
*
Fixed that mailer generator generated fixtures/plural while units expected fi...
David Heinemeier Hansson
2005-06-21
1
-0
/
+2
*
Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...
David Heinemeier Hansson
2005-06-18
1
-0
/
+2
*
Revealed the man behind the mask!
David Heinemeier Hansson
2005-06-16
1
-12
/
+12
*
Fixed the test_helper.rb to be safe for requiring controllers from multiple s...
David Heinemeier Hansson
2005-06-16
1
-0
/
+2
*
Fixed Webrick to escape + characters in URL's the same way that lighttpd and ...
David Heinemeier Hansson
2005-06-16
1
-0
/
+2
*
Added -e/--environment option to script/runner #1408 [fbeausoleil@ftml.net]
David Heinemeier Hansson
2005-06-16
1
-0
/
+2
*
r2495@sedna: jeremy | 2005-05-27 22:07:18 -0700
Jeremy Kemper
2005-06-12
1
-0
/
+2
*
Added graceful exit from pressing CTRL-C during the run of the rails command ...
David Heinemeier Hansson
2005-05-21
1
-0
/
+2
*
Added better error handling for regexp caching expiration
David Heinemeier Hansson
2005-05-06
1
-1
/
+0
*
Made dispatch.fcgi more robust by catching fluke errors and retrying unless i...
David Heinemeier Hansson
2005-05-04
1
-0
/
+5
*
Added console --profile for profiling an IRB session #1154 [bitsweat]. Change...
David Heinemeier Hansson
2005-04-30
1
-0
/
+7
*
Added xml_http_request/xhr method for simulating XMLHttpRequest in functional...
David Heinemeier Hansson
2005-04-19
1
-0
/
+5
*
Fixed documentation and prepared for release of 0.12
David Heinemeier Hansson
2005-04-18
1
-2
/
+3
*
Fixed that purge_test_database would use database settings from the developme...
David Heinemeier Hansson
2005-04-17
1
-0
/
+2
*
Added script/benchmarker to easily benchmark one or more statement a number o...
David Heinemeier Hansson
2005-04-14
1
-0
/
+14
*
Added Rake target clear_logs that'll truncate all the *.log files in log/ to ...
David Heinemeier Hansson
2005-04-13
1
-0
/
+2
*
Added lazy typing for generate, such that ./script/generate cn == ./script/ge...
David Heinemeier Hansson
2005-04-10
1
-0
/
+2
*
Fixed that ownership is brought over in pg_dump during tests for PostgreSQL #...
David Heinemeier Hansson
2005-04-10
1
-0
/
+5
*
Made ready for the release of 0.11.1
David Heinemeier Hansson
2005-03-27
1
-1
/
+3
*
Fixed the dispatch.fcgi use of a logger
David Heinemeier Hansson
2005-03-23
1
-0
/
+5
*
Updated more documentation
David Heinemeier Hansson
2005-03-22
1
-1
/
+3
*
Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...
David Heinemeier Hansson
2005-03-22
1
-0
/
+4
*
Added additional error handling to the FastCGI dispatcher to catch even error...
David Heinemeier Hansson
2005-03-21
1
-0
/
+2
*
Improved the generated scaffold code a lot to take advantage of recent Rails ...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Combined the script/environment.rb used for gems and regular files version. I...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Added script/runner which can be used to run code inside the environment by e...
David Heinemeier Hansson
2005-03-20
1
-1
/
+8
*
More postgresql rakefile tweaking #875
David Heinemeier Hansson
2005-03-20
1
-2
/
+6
*
Fixed webrick_server cookie handling to allow multiple cookes to be set at on...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in...
David Heinemeier Hansson
2005-03-20
1
-0
/
+2
*
Fixed the Rakefile's interaction with postgresql to quote the user name and u...
David Heinemeier Hansson
2005-03-20
1
-0
/
+5
*
Prepared for 0.10.1 release
David Heinemeier Hansson
2005-03-07
1
-1
/
+3
*
Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added exception shallowing if the DRb server can't be started (not worth maki...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added an empty favicon.ico file to the public directory of new applications (...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed that scaffold generator new template should use local variable instead ...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Allow unit tests to run on a remote server for PostgreSQL #781 [adamm@galacti...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added web_service generator (run ./script/generate web_service for help) #776...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added app/apis and components to code statistics report #729 [Scott Barron]
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Fixed -h/--help for generate and destroy generators #331
David Heinemeier Hansson
2005-03-06
1
-0
/
+2
*
Added begin/rescue around the FCGI dispatcher so no uncaught exceptions can b...
David Heinemeier Hansson
2005-03-04
1
-0
/
+2
*
Removed a fix that was caused by a bug in RubyGems 0.8.5
David Heinemeier Hansson
2005-02-28
1
-2
/
+0
[next]