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
*
Fix Rails info controller for postgres; Closes #4469.
Nicholas Seckar
2006-03-29
4
-23
/
+23
*
Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf...
David Heinemeier Hansson
2006-03-29
2
-1
/
+7
*
Rails 1.1.0 is real
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Made ready for release
David Heinemeier Hansson
2006-03-28
2
-6
/
+6
*
Add 1.0 marker to edge rails changelongs
Marcel Molina
2006-03-28
1
-0
/
+2
*
Make release rake work on 1.8.4
David Heinemeier Hansson
2006-03-28
1
-2
/
+2
*
Show usage description if no code is passed (closes #4447) [murphy@cYcnus.de]
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Update description
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]
Michael Koziarski
2006-03-28
2
-10
/
+16
*
Speedup for sortable with handles initialization in rails trunk too
Thomas Fuchs
2006-03-27
2
-4
/
+5
*
Update to Prototype 1.5.0_pre1
Sam Stephenson
2006-03-27
2
-5
/
+33
*
Don't raise when the migration file is missing or it'll stop destroy model in
Scott Barron
2006-03-26
1
-1
/
+5
*
effects.js and controls.js fixes
Thomas Fuchs
2006-03-26
2
-4
/
+5
*
When doing svn log -qr HEAD trunk/url, a log message with revision will not
Scott Barron
2006-03-26
1
-1
/
+1
*
one too many
Thomas Fuchs
2006-03-26
1
-1
/
+1
*
Update to script.aculo.us 1.6
Thomas Fuchs
2006-03-26
4
-181
/
+251
*
Dont require rake to run the server, just have a little undryness instead (cl...
David Heinemeier Hansson
2006-03-26
2
-10
/
+3
*
Beef up the default test just a tad
David Heinemeier Hansson
2006-03-25
1
-0
/
+6
*
The Ruby path should be a string (closes #4361) [DHH]
David Heinemeier Hansson
2006-03-25
1
-1
/
+1
*
ST is Cap (closes #4214)
David Heinemeier Hansson
2006-03-25
1
-2
/
+2
*
Add an integration test generator
Jamis Buck
2006-03-25
4
-0
/
+36
*
Use example.com as standard (closes #4413) [anna]
David Heinemeier Hansson
2006-03-25
1
-1
/
+1
*
Don't polute the top level namespace in the console with ActionView helpers. ...
Marcel Molina
2006-03-23
2
-4
/
+12
*
Make all ActionView helpers available in the console for debugging purposes.
Marcel Molina
2006-03-21
3
-0
/
+26
*
Turn RJS debugging on by default and show the source code when an exception i...
David Heinemeier Hansson
2006-03-20
1
-0
/
+1
*
Added sample named route [DHH]
David Heinemeier Hansson
2006-03-20
1
-2
/
+5
*
lighttpd.conf should use CWD so the config file is portable across systems, b...
David Heinemeier Hansson
2006-03-20
1
-3
/
+4
*
Dont line up that which does not
David Heinemeier Hansson
2006-03-20
3
-5
/
+4
*
Clearing doesnt need migrations
David Heinemeier Hansson
2006-03-20
1
-2
/
+1
*
Replaced old session rake tasks with db:sessions:create to generate a migrati...
Rick Olson
2006-03-20
2
-15
/
+8
*
My beautiful eyes [DHH]
David Heinemeier Hansson
2006-03-20
3
-9
/
+5
*
Update docs and index.html [DHH]
David Heinemeier Hansson
2006-03-20
2
-8
/
+26
*
Reject Ruby 1.8.3 when loading Rails; extract version checking code.
Nicholas Seckar
2006-03-19
4
-19
/
+29
*
Remove explicit loading of RailsInfo and RailsInfoController.
Nicholas Seckar
2006-03-19
6
-19
/
+23
*
Fix RailsInfoController.
Nicholas Seckar
2006-03-19
3
-1
/
+7
*
Rails is not compatible with Ruby 1.8.3, explicitly prevent usage [DHH]
David Heinemeier Hansson
2006-03-19
1
-1
/
+8
*
Fix for destroying migrations made when generating a model (closes #4246) [to...
David Heinemeier Hansson
2006-03-19
1
-2
/
+5
*
Fixed rails:freeze:gems for Windows (closes #3274) [paul@paulbutcher.com]
David Heinemeier Hansson
2006-03-19
2
-10
/
+15
*
Make generation of namespaced models produce proper migrations #4219 [Caio Ch...
David Heinemeier Hansson
2006-03-18
1
-2
/
+2
*
Doc fix (closes #4210) [Caio Chassot ]
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Doc fix (closes #4209) [Caio Chassot]
David Heinemeier Hansson
2006-03-18
2
-2
/
+2
*
use cleanpath of config file in lighttpd server script (closes #4203) [Caio C...
David Heinemeier Hansson
2006-03-18
1
-1
/
+1
*
Added 'port open?' check to the spawner when running in repeat mode so we don...
David Heinemeier Hansson
2006-03-18
2
-3
/
+15
*
Fix the detach option for lighttp (closes #4097) [schultzr@gmail.com]
David Heinemeier Hansson
2006-03-18
1
-4
/
+5
*
Do not include .svn files in file distro (closes #3195) [jamie@dang.com]
David Heinemeier Hansson
2006-03-18
1
-0
/
+1
*
rename 'integration_test.rb' -> 'integration.rb'
Jamis Buck
2006-03-18
2
-2
/
+2
*
Testing of uncommited should test controllers too (closes #4265) [technomancy...
David Heinemeier Hansson
2006-03-18
1
-4
/
+9
*
Add verification to scaffolds (generated and reflection based). Require POST...
Michael Koziarski
2006-03-14
3
-1
/
+11
*
Don't replace application.js in public/javascripts if it already exists [Cody...
Tobias Lütke
2006-03-13
2
-3
/
+8
*
Delay rake:uncommitted's execution of `svn status`
Nicholas Seckar
2006-03-13
2
-5
/
+9
[next]