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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
_at is better for Time.now than _on
David Heinemeier Hansson
2005-03-23
1
-2
/
+2
*
Removed SCRIPT_NAME from the WEBrick environment to prevent conflicts with PA...
David Heinemeier Hansson
2005-03-22
1
-0
/
+1
*
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
1
-1
/
+1
*
Add prototype.js to new apps in javascripts/ #885
David Heinemeier Hansson
2005-03-21
1
-0
/
+3
*
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
10
-65
/
+73
*
Combined the script/environment.rb used for gems and regular files version. I...
David Heinemeier Hansson
2005-03-20
1
-5
/
+1
*
Added script/runner which can be used to run code inside the environment by e...
David Heinemeier Hansson
2005-03-20
1
-1
/
+1
*
Fixed webrick_server cookie handling to allow multiple cookes to be set at on...
David Heinemeier Hansson
2005-03-20
1
-0
/
+1
*
Fixed rake stats to ignore editor backup files like model.rb~ #791 [skanthak]
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
Added exception shallowing if the DRb server can't be started (not worth maki...
David Heinemeier Hansson
2005-03-06
1
-1
/
+1
*
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
-1
/
+1
*
Added web_service generator (run ./script/generate web_service for help) #776...
David Heinemeier Hansson
2005-03-06
5
-0
/
+89
*
Fixed WEBrick server to use ABSOLUTE_RAILS_ROOT instead of working_directory ...
David Heinemeier Hansson
2005-03-06
1
-1
/
+2
*
Fixed rails_generator to be usable without RubyGems #686 [Cristi BALAN]. Move...
David Heinemeier Hansson
2005-03-06
1
-1
/
+2
*
Fixed test/mocks/testing to the correct test/mocks/test #740
David Heinemeier Hansson
2005-02-27
1
-1
/
+1
*
Drop the _doc nonsense and use the index.html straight on
David Heinemeier Hansson
2005-02-24
2
-4
/
+2
*
Fix the error message on generate mailer
David Heinemeier Hansson
2005-02-22
1
-1
/
+0
*
Made Action Mailer templates use UTF-8 as default
David Heinemeier Hansson
2005-02-22
1
-1
/
+7
*
Added lighttpd config example and changed apache.log to less discriminating s...
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Fixed that script/server -d was broken so daemon mode couldn't be used #687 [...
David Heinemeier Hansson
2005-02-20
1
-0
/
+1
*
Set Railsy defaults for breakpoint client
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
Upgraded to breakpoint 92
David Heinemeier Hansson
2005-02-20
2
-194
/
+202
*
Help against errors in ApplicationController
David Heinemeier Hansson
2005-02-20
1
-2
/
+2
*
Made caching work for WEBrick and lighttpd by appending .html for all URLs no...
David Heinemeier Hansson
2005-02-20
1
-0
/
+13
*
Added support for independent components residing in /components
David Heinemeier Hansson
2005-02-20
1
-0
/
+1
*
Updated dependency loading to consider non-standard class/file name combinations
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Allows a loading module to load from multiple load paths #675
David Heinemeier Hansson
2005-02-20
1
-1
/
+1
*
Added --sandbox option to script/console that'll roll back all changes made t...
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Fix module support for controller generators #668 [Ulysses]
David Heinemeier Hansson
2005-02-19
1
-1
/
+1
*
Fixed functional test path problems #662
David Heinemeier Hansson
2005-02-18
2
-2
/
+2
*
Integrated Action Service with the existing elements
David Heinemeier Hansson
2005-02-18
1
-0
/
+1
*
Check class path for conflicts on generation #640 [bitsweat]
David Heinemeier Hansson
2005-02-17
4
-4
/
+4
*
Forget to addd this
David Heinemeier Hansson
2005-02-15
1
-0
/
+2
*
Fixed generated functional test for nested controllers has wrong paths #635
David Heinemeier Hansson
2005-02-15
6
-17
/
+20
*
Move Controllers wrapper module away from environment.rb and into dependencie...
David Heinemeier Hansson
2005-02-15
1
-1
/
+6
*
All libraries should link against the independent active support
David Heinemeier Hansson
2005-02-15
4
-6
/
+2
*
Moved Active Support into its own gem
David Heinemeier Hansson
2005-02-15
3
-4
/
+5
*
No leading return
David Heinemeier Hansson
2005-02-15
1
-1
/
+0
*
Updated the Rails generator command to work
David Heinemeier Hansson
2005-02-15
3
-4
/
+4
*
A hopefully more successful attempt at the Routing branch merge
David Heinemeier Hansson
2005-02-15
20
-196
/
+138
*
Backed out of routing merge.. investigating missing patches
David Heinemeier Hansson
2005-02-15
19
-136
/
+130
*
Merged back the Routing branch
David Heinemeier Hansson
2005-02-15
19
-130
/
+136
*
Added new generator framework that informs about its doings on generation and...
David Heinemeier Hansson
2005-02-07
42
-201
/
+2057
*
Moved subclass reloading responsibilities to Dependencies
David Heinemeier Hansson
2005-01-25
1
-3
/
+1
*
New approach to reloading that uses remove_const on ARs and AOs as well as ACs
David Heinemeier Hansson
2005-01-25
1
-21
/
+6
*
Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]
David Heinemeier Hansson
2005-01-24
1
-2
/
+2
*
Added Florian Gross' latest version of Breakpointer and friends that fixes a ...
David Heinemeier Hansson
2005-01-24
3
-226
/
+238
[prev]
[next]