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
*
Added Effect.Puff and Effect.Appear #990, #996
David Heinemeier Hansson
2005-03-31
1
-1
/
+66
*
Fixed references to element
David Heinemeier Hansson
2005-03-28
1
-9
/
+9
*
Added Effect.Scale for smoothly scaling images or text up and down #972 [thom...
David Heinemeier Hansson
2005-03-28
1
-0
/
+66
*
Added Effect.Fade which smoothly turns opacity from 100 to 0 and then hides t...
David Heinemeier Hansson
2005-03-28
1
-0
/
+30
*
Fixed doc links
David Heinemeier Hansson
2005-03-27
1
-2
/
+2
*
Released 0.11.1
David Heinemeier Hansson
2005-03-27
1
-1
/
+1
*
Made ready for the release of 0.11.1
David Heinemeier Hansson
2005-03-27
3
-8
/
+10
*
Made ready for better release automation
David Heinemeier Hansson
2005-03-27
3
-27
/
+151
*
Effects can just be used through the callbacks
David Heinemeier Hansson
2005-03-26
1
-7
/
+1
*
Updated to prototype.js 1.1.0
David Heinemeier Hansson
2005-03-26
1
-107
/
+119
*
Added other DOM manipulation positions than just replace
David Heinemeier Hansson
2005-03-26
1
-15
/
+126
*
Fixed Form.Serialize for the JavascriptHelper to also seriliaze password fiel...
David Heinemeier Hansson
2005-03-26
1
-0
/
+1
*
Copy prototype.js to public/javascripts/ not just public
David Heinemeier Hansson
2005-03-26
1
-2
/
+1
*
_at is better for Time.now than _on
David Heinemeier Hansson
2005-03-23
1
-2
/
+2
*
Fixed the dispatch.fcgi use of a logger
David Heinemeier Hansson
2005-03-23
2
-8
/
+14
*
Dont include WS docs
David Heinemeier Hansson
2005-03-22
1
-1
/
+8
*
Releasing 0.11.0
David Heinemeier Hansson
2005-03-22
1
-1
/
+1
*
Fixed documentation and prepared for 0.11.0 release
David Heinemeier Hansson
2005-03-22
1
-6
/
+6
*
Updated more documentation
David Heinemeier Hansson
2005-03-22
1
-1
/
+3
*
Added documentation and fixed an ajax bug
David Heinemeier Hansson
2005-03-22
1
-1
/
+1
*
Last-minute ajax fixes #898
David Heinemeier Hansson
2005-03-22
1
-12
/
+21
*
Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...
David Heinemeier Hansson
2005-03-22
3
-2
/
+7
*
Applied the Safari fix on both prototype.js files
David Heinemeier Hansson
2005-03-22
1
-1
/
+1
*
Added additional error handling to the FastCGI dispatcher to catch even error...
David Heinemeier Hansson
2005-03-21
2
-12
/
+20
*
Dont repeat error messages in scaffolds
David Heinemeier Hansson
2005-03-21
3
-9
/
+3
*
Choose a simpler requiring of picking gems or not for library loading
David Heinemeier Hansson
2005-03-21
2
-21
/
+8
*
Expanded the requires again and included the load paths
David Heinemeier Hansson
2005-03-21
1
-0
/
+1
*
Expanded the requires again and included the load paths
David Heinemeier Hansson
2005-03-21
1
-2
/
+21
*
Renamed Toggle.visibility to Toggle.display and fixed it for multiple arguments
David Heinemeier Hansson
2005-03-21
1
-3
/
+4
*
Fixed js bug
David Heinemeier Hansson
2005-03-21
1
-1
/
+1
*
Add prototype.js to new apps in javascripts/ #885
David Heinemeier Hansson
2005-03-21
3
-1
/
+330
*
Fixed stuff for vendor/rails
David Heinemeier Hansson
2005-03-21
2
-22
/
+21
*
Improved the generated scaffold code a lot to take advantage of recent Rails ...
David Heinemeier Hansson
2005-03-20
1
-0
/
+1
*
Improved the generated scaffold code a lot to take advantage of recent Rails ...
David Heinemeier Hansson
2005-03-20
11
-65
/
+75
*
Added note about routing the site root
David Heinemeier Hansson
2005-03-20
1
-1
/
+5
*
Combined the script/environment.rb used for gems and regular files version. I...
David Heinemeier Hansson
2005-03-20
5
-101
/
+25
*
Changed .htaccess to allow dispatch.* to be called from a sub-directory as pa...
David Heinemeier Hansson
2005-03-20
2
-2
/
+15
*
Fixed the PGPORT option used #875
David Heinemeier Hansson
2005-03-20
1
-3
/
+3
*
Added script/runner which can be used to run code inside the environment by e...
David Heinemeier Hansson
2005-03-20
4
-3
/
+14
*
More postgresql rakefile tweaking #875
David Heinemeier Hansson
2005-03-20
2
-2
/
+9
*
Fixed webrick_server cookie handling to allow multiple cookes to be set at on...
David Heinemeier Hansson
2005-03-20
2
-0
/
+3
*
Fixed the Rakefile's interaction with postgresql use PGPASSWORD and PGHOST in...
David Heinemeier Hansson
2005-03-20
2
-6
/
+14
*
Fixed the Rakefile's interaction with postgresql to quote the user name and u...
David Heinemeier Hansson
2005-03-20
2
-4
/
+9
*
close database.yml after reading in configuration #841 [sebastian.kanthak]
David Heinemeier Hansson
2005-03-17
2
-2
/
+2
*
Prepared for 0.10.1 release
David Heinemeier Hansson
2005-03-07
3
-7
/
+14
*
More fixes for symlinked setups #793 [phantom]
David Heinemeier Hansson
2005-03-07
2
-4
/
+4
*
Fix database creation for postgres (again) #790 [adamm <gnuman1@gmail.com>]
David Heinemeier Hansson
2005-03-06
1
-2
/
+2
*
Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Added exception shallowing if the DRb server can't be started (not worth maki...
David Heinemeier Hansson
2005-03-06
2
-1
/
+3
*
Added an empty favicon.ico file to the public directory of new applications (...
David Heinemeier Hansson
2005-03-06
4
-2
/
+6
[next]