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
...
*
Update Railties to Prototype 1.3.1
Sam Stephenson
2005-07-11
1
-39
/
+50
*
Fixed that each request with the WEBrick adapter would open a new database co...
David Heinemeier Hansson
2005-07-10
2
-0
/
+4
*
Added support for SQL Server in the database rake tasks #1652 [ken.barker@gma...
David Heinemeier Hansson
2005-07-09
2
-0
/
+11
*
Added even more goodies to script.aculo.us #1677 [Thomas Fuchs]
David Heinemeier Hansson
2005-07-09
2
-75
/
+133
*
Fixed SQL Server test #1678 [Tom Ward]
David Heinemeier Hansson
2005-07-09
1
-1
/
+1
*
Added a VERSION parameter to the migrate task that allows you to do "rake mig...
David Heinemeier Hansson
2005-07-09
2
-4
/
+7
*
r2960@asus: jeremy | 2005-07-09 02:12:35 -0700
Jeremy Kemper
2005-07-09
2
-1
/
+12
*
r2951@asus: jeremy | 2005-07-08 18:09:30 -0700
Jeremy Kemper
2005-07-08
5
-5
/
+48
*
Added a bunch of script.aculo.us features: Effect.ScrollTo, to smoothly scrol...
David Heinemeier Hansson
2005-07-07
2
-70
/
+116
*
Post release minor fixes
David Heinemeier Hansson
2005-07-07
1
-1
/
+1
*
Pegged the versions for release
David Heinemeier Hansson
2005-07-06
1
-6
/
+6
*
Keep JS files locally
David Heinemeier Hansson
2005-07-06
5
-9
/
+2340
*
Pulled the gateway.cgi until we can make it work properly out the gates
David Heinemeier Hansson
2005-07-06
3
-8
/
+6
*
Added a USAGE document to the migration generator
David Heinemeier Hansson
2005-07-06
1
-0
/
+14
*
Added fixed gateway script [Nicholas Seckar]
David Heinemeier Hansson
2005-07-06
5
-215
/
+197
*
Added warning about setting the test database to the same as production or de...
David Heinemeier Hansson
2005-07-06
1
-0
/
+3
*
Changed logging of SQL statements to use the DEBUG level instead of INFO. Add...
David Heinemeier Hansson
2005-07-05
2
-0
/
+3
*
Backed out of create/destroy_db -- didnt yet work right in mysql and breaks AWD
David Heinemeier Hansson
2005-07-05
2
-80
/
+58
*
Added create_db and destroy_db tasks in the Rakefile to make it easier to loa...
David Heinemeier Hansson
2005-07-05
2
-58
/
+80
*
Made gateway.cgi work with a ruby called anything
David Heinemeier Hansson
2005-07-04
3
-4
/
+13
*
Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...
David Heinemeier Hansson
2005-07-04
3
-0
/
+262
*
Added an EXPERIMENTAL gateway.cgi for getting high-speed performance through ...
David Heinemeier Hansson
2005-07-04
4
-5
/
+12
*
Documented the migration support in railties
David Heinemeier Hansson
2005-07-04
1
-0
/
+4
*
Made it even easier to turn on transactional fixtures
David Heinemeier Hansson
2005-07-04
1
-6
/
+6
*
Made it even easier to turn on transactional fixtures
David Heinemeier Hansson
2005-07-04
1
-0
/
+8
*
Added migrate task to default rakefile (this is still a sqlite/mysql feature ...
David Heinemeier Hansson
2005-07-04
1
-0
/
+5
*
Fixed that model generator would make fixtures plural, even if ActiveRecord::...
David Heinemeier Hansson
2005-07-02
2
-1
/
+3
*
Added a DOCTYPE of HTML transitional to the HTML files generated by Rails #11...
David Heinemeier Hansson
2005-07-02
4
-1
/
+9
*
Rake task to update spin off libraries #1514 [Tobias Luetke]
David Heinemeier Hansson
2005-07-02
1
-0
/
+12
*
r1588@asus: jeremy | 2005-07-02 03:14:45 -0700
Jeremy Kemper
2005-07-02
6
-21
/
+161
*
Use SIGHUP to dynamically reload an fcgi process without restarting it. Refac...
Jamis Buck
2005-06-29
5
-134
/
+182
*
Added support for upload progress indicators in Apache and lighttpd 1.4.x (wo...
David Heinemeier Hansson
2005-06-28
1
-0
/
+21
*
Had some logic backwards in the new dispatch.fcgi handler
Jamis Buck
2005-06-27
1
-2
/
+2
*
RailsFCGIHandler (dispatch.fcgi) no longer tries to explicitly flush $stdout ...
Jamis Buck
2005-06-27
2
-1
/
+2
*
Include the new Javascripts in new apps
David Heinemeier Hansson
2005-06-26
2
-11
/
+14
*
Removing javascripts to make it an svn:externals instead
David Heinemeier Hansson
2005-06-26
1
-763
/
+0
*
Added help text for WEBrick #1508 [courtney]
David Heinemeier Hansson
2005-06-26
1
-0
/
+1
*
Fixed rakefile actions against PostgreSQL when the password is all numeric #1...
David Heinemeier Hansson
2005-06-25
2
-4
/
+6
*
Fixed ActionMailer generated tests to work properly after quoted refactoring ...
David Heinemeier Hansson
2005-06-25
1
-1
/
+3
*
Fixed prototype to consider all fields it doesn't know as text (such as Safar...
David Heinemeier Hansson
2005-06-25
1
-4
/
+2
*
ActionMailer::Base subclasses are reloaded with other rails components #1262
Jamis Buck
2005-06-24
3
-0
/
+66
*
Added ActionController::Base.allow_concurrency to control whether the applica...
David Heinemeier Hansson
2005-06-23
2
-3
/
+3
*
Fixed new WEBrick handling to actually pass parameters
David Heinemeier Hansson
2005-06-22
1
-14
/
+23
*
Removed the mutex from the WEBrick adapter under the production environment s...
David Heinemeier Hansson
2005-06-22
3
-34
/
+70
*
Missing parameter for trap_handler in dispatch.fcgi
Jamis Buck
2005-06-22
2
-2
/
+2
*
Updated changelog for [1479]
Jamis Buck
2005-06-22
1
-1
/
+1
*
Refactored dispatch.fcgi. Added unit tests for dispatch.fcgi. Added trap to r...
Jamis Buck
2005-06-22
4
-53
/
+202
*
Added a migration generator
David Heinemeier Hansson
2005-06-22
2
-0
/
+16
*
Fixed that mailer generator generated fixtures/plural while units expected fi...
David Heinemeier Hansson
2005-06-21
2
-2
/
+4
*
Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ...
David Heinemeier Hansson
2005-06-18
3
-0
/
+6
[prev]
[next]