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
*
Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.
Jeremy Kemper
2007-03-06
9
-11
/
+13
*
Upgrade rake dependency from 0.7.1 to 0.7.2 to pull in its Ruby 1.8.6 compati...
Jeremy Kemper
2007-03-04
1
-1
/
+1
*
Improve dispatcher failsafe responses. Beef up compatibility with Mongrel's C...
Jeremy Kemper
2007-03-04
1
-23
/
+48
*
Move plugin classes into the rails directory to match their namespace
Marcel Molina
2007-03-03
3
-2
/
+2
*
Move responsibility for ensuring that all registered gems were loaded from th...
Marcel Molina
2007-03-03
3
-24
/
+19
*
Use to_sentence rather than inspect when reporting which registered plugins a...
Marcel Molina
2007-03-02
1
-1
/
+1
*
Split out the basic plugin locator functionality into an abstract super class...
Marcel Molina
2007-03-02
8
-120
/
+151
*
Split plugin location and loading out of the initializer and into a new Plugi...
Marcel Molina
2007-03-02
9
-192
/
+338
*
Dispatcher test requires abstract_unit. Cleanup abstract_unit.
Jeremy Kemper
2007-03-01
2
-8
/
+3
*
boot.rb sets RAILS_ROOT, so remove that. Install http plugins inside a Dir.c...
Rick Olson
2007-02-27
1
-6
/
+6
*
set the RAILS_ROOT for script/plugin if it's not set already
Rick Olson
2007-02-27
1
-0
/
+1
*
Added assumption that all plugin creators desire to be sharing individuals an...
David Heinemeier Hansson
2007-02-27
4
-1
/
+33
*
Added source-annotations extractor tasks to rake [Jamis Buck]
David Heinemeier Hansson
2007-02-25
2
-0
/
+86
*
Setting fixtures automatically for integration tests is a bit harder -- will ...
David Heinemeier Hansson
2007-02-25
1
-0
/
+3
*
Added fixtures :all to test_helper.rb to assume that most people just want al...
David Heinemeier Hansson
2007-02-25
2
-1
/
+8
*
fix app generator
Rick Olson
2007-02-24
2
-3
/
+13
*
Make it a default assumption that you want all helpers, all the time (yeah, y...
David Heinemeier Hansson
2007-02-24
1
-0
/
+1
*
No s on config
David Heinemeier Hansson
2007-02-23
1
-2
/
+2
*
Include two default initializers as examples
David Heinemeier Hansson
2007-02-23
4
-3
/
+21
*
Added config/initializers where all ruby files within it are automatically lo...
David Heinemeier Hansson
2007-02-23
5
-19
/
+38
*
Move session settings closer together
David Heinemeier Hansson
2007-02-23
1
-7
/
+7
*
Oops, don't omit the session_key since it's used as the cookie name.
Jeremy Kemper
2007-02-22
1
-1
/
+4
*
Session configuration in config/environment.rb instead of app/controllers/app...
Jeremy Kemper
2007-02-22
2
-7
/
+6
*
Missed commit for [6184]. Generate a random secret for new app's cookie sessi...
Jeremy Kemper
2007-02-21
3
-3
/
+8
*
Apply the rest of Chads patch
David Heinemeier Hansson
2007-02-21
39
-194
/
+194
*
Stop swallowing errors during rake test [Koz]
Michael Koziarski
2007-02-20
2
-7
/
+12
*
Fix Rails::Initializer since #view_paths is never nil
Rick Olson
2007-02-04
1
-2
/
+2
*
Update Rails Initializer to use ActionController::Base#view_paths [Rick]
Rick Olson
2007-02-04
2
-5
/
+6
*
Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...
David Heinemeier Hansson
2007-02-04
3
-3
/
+5
*
Plugins may be symlinked in vendor/plugins. Closes #4245.
Jeremy Kemper
2007-02-01
4
-4
/
+6
*
Resource generator depends on the model generator rather than duplicating it....
Jeremy Kemper
2007-01-28
6
-50
/
+3
*
Add/Update usage documentation for script/destroy, resource generator and sca...
Rick Olson
2007-01-23
4
-5
/
+60
*
Update trunk to script.aculo.us 1.7.0
Thomas Fuchs
2007-01-19
3
-86
/
+88
*
Update prototype.js to [5985], fixes content-type issue with simulated HTTP m...
Thomas Fuchs
2007-01-18
1
-8
/
+9
*
Update to Prototype 1.5.0
Sam Stephenson
2007-01-17
2
-126
/
+216
*
Generator: use destination path for diff tempfiles. Closes #7015.
Jeremy Kemper
2007-01-13
2
-1
/
+3
*
Fixed that webrick would strip leading newlines and hang connection (closes #...
David Heinemeier Hansson
2007-01-05
2
-1
/
+3
*
Update to latest Prototype
Sam Stephenson
2007-01-05
1
-61
/
+102
*
Ensure plugins are in the Dependencies.load_once_paths collection by default....
Rick Olson
2006-12-27
2
-4
/
+8
*
Attempt at fixing the preparation_callbacks, nzkoz will double check
David Heinemeier Hansson
2006-12-27
1
-8
/
+2
*
Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...
Michael Koziarski
2006-12-26
3
-1
/
+4
*
Fix scaffold_resource generator so it respects the --pretend argument when cr...
Rick Olson
2006-12-26
2
-2
/
+6
*
Fix Webrick Daemon dispatching bug regarding a bad current working directory....
Rick Olson
2006-12-25
2
-1
/
+5
*
Reapply plugin load path changes from [5720]
Michael Koziarski
2006-12-18
3
-10
/
+58
*
Revert [5720]
Michael Koziarski
2006-12-16
3
-51
/
+10
*
Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...
Michael Koziarski
2006-12-15
3
-10
/
+51
*
Rewrap scaffold_resource USAGE so it displays nicely on most terminals. Clos...
Jeremy Kemper
2006-12-08
1
-20
/
+28
*
Changelog for bungled commit.
Jeremy Kemper
2006-12-06
1
-0
/
+2
*
Missed commit from [5686].
Jeremy Kemper
2006-12-06
2
-1
/
+4
*
Fixed script/process/spawner to work properly with Mongrel including in -r (d...
David Heinemeier Hansson
2006-12-04
2
-4
/
+16
[next]