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
*
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
*
Fixed that association#count would produce invalid sql when called sequential...
David Heinemeier Hansson
2005-02-28
1
-0
/
+2
*
Fixed test/mocks/testing to the correct test/mocks/test #740
David Heinemeier Hansson
2005-02-27
1
-0
/
+2
*
Added early failure if the Ruby version isn't 1.8.2 or above #735
David Heinemeier Hansson
2005-02-27
1
-0
/
+2
*
Fixed the missing shebang in main "rails" script #736
David Heinemeier Hansson
2005-02-27
1
-0
/
+7
*
Marked for release
David Heinemeier Hansson
2005-02-24
1
-1
/
+7
*
Changed default IP binding for WEBrick from 127.0.0.1 to 0.0.0.0 so that the ...
David Heinemeier Hansson
2005-02-23
1
-0
/
+2
*
Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...
David Heinemeier Hansson
2005-02-20
1
-0
/
+2
*
Upgraded to breakpoint 92
David Heinemeier Hansson
2005-02-20
1
-0
/
+10
*
Added support for independent components residing in /components
David Heinemeier Hansson
2005-02-20
1
-0
/
+11
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-0
/
+2
*
Added 'recent' as a rake target that'll run tests for files that changed in t...
David Heinemeier Hansson
2005-02-17
1
-0
/
+2
*
Changed script/console to default to development environment and drop --no-in...
David Heinemeier Hansson
2005-02-17
1
-0
/
+2
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-0
/
+2
*
Added that running test_units and test_functional now performs the clone_stru...
David Heinemeier Hansson
2005-02-07
1
-0
/
+2
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
1
-0
/
+5
*
Prepared for 0.9.5 release
David Heinemeier Hansson
2005-01-25
1
-1
/
+3
[next]