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
...
*
Remove switchtower integration from rails
Jamis Buck
2005-08-30
7
-169
/
+2
*
Allow the --toggle-spin switch on process/reaper to be negated
Jamis Buck
2005-08-24
2
-1
/
+3
*
Made SwitchTower conform to the other Rakefiles in terms of PKG description a...
David Heinemeier Hansson
2005-08-24
1
-0
/
+1
*
Replace render_partial with render :partial in scaffold generator
Nicholas Seckar
2005-08-17
3
-2
/
+4
*
When copying the config files, also transform and copy the default deploy.rb ...
Jamis Buck
2005-08-17
1
-0
/
+7
*
Make the rakefile tasks that set up a new project aware of switchtower
Jamis Buck
2005-08-17
3
-4
/
+17
*
Added -w flag to ps in process/reaper #1934 [Scott Barron]
Jamis Buck
2005-08-12
2
-3
/
+5
*
Add integration with SwitchTower (rake tasks, default deploy.rb recipe)
Jamis Buck
2005-08-03
6
-0
/
+153
*
Made the reaper talk to the spinner to make it spin faster during restarts an...
David Heinemeier Hansson
2005-07-26
2
-20
/
+35
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
1
-2
/
+12
*
Allow ERb in the database.yml file (just like with fixtures), so you can pull...
David Heinemeier Hansson
2005-07-24
2
-1
/
+3
*
Added convenience controls for FCGI processes (especially when managed remote...
David Heinemeier Hansson
2005-07-24
6
-5
/
+244
*
Added load_fixtures task to the Rakefile, which will load all the fixtures in...
David Heinemeier Hansson
2005-07-22
2
-1
/
+12
*
Added an empty robots.txt to public/, so that web servers asking for it won't...
David Heinemeier Hansson
2005-07-22
4
-1
/
+5
*
Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon ...
David Heinemeier Hansson
2005-07-22
1
-0
/
+6
*
Dropped the 'immediate close-down' of FCGI processes since it didn't work con...
David Heinemeier Hansson
2005-07-19
2
-12
/
+7
*
Reminder for dangers with Alias and mod_rewrite #1752 [dave@cherryville.org]
David Heinemeier Hansson
2005-07-17
1
-0
/
+8
*
Regret inclusion for now
David Heinemeier Hansson
2005-07-16
1
-62
/
+0
*
Support for upcoming script/spawner
David Heinemeier Hansson
2005-07-16
1
-0
/
+62
*
Turned off the test task as it breaks all others for now
David Heinemeier Hansson
2005-07-15
1
-8
/
+5
*
Fixed bug with :success/:failure callbacks for the JavaScriptHelper methods #...
David Heinemeier Hansson
2005-07-14
1
-1
/
+1
*
Show correct paths to generated templates for nexted controllers. Fixes #730
Nicholas Seckar
2005-07-14
3
-9
/
+10
*
r3023@asus: jeremy | 2005-07-12 23:43:39 -0700
Jeremy Kemper
2005-07-13
7
-11
/
+23
*
Made ready for release of 0.13.1
David Heinemeier Hansson
2005-07-11
2
-9
/
+9
*
Script.aculo.us: latest rev, new autocompleter features, memory leaks fixed #...
David Heinemeier Hansson
2005-07-11
3
-113
/
+297
*
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
[prev]
[next]