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
/
CHANGELOG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix script/plugin so it doesn't barf on invalid URLs [Rick]
Rick Olson
2006-06-12
1
-0
/
+2
*
Fix plugin install bug at dir with space. (closes #5359) [Yoshimasa NIWA]
Rick Olson
2006-06-11
1
-0
/
+2
*
Fix bug with 'script/plugin install' so it reports unknown plugin names corre...
Rick Olson
2006-06-09
1
-0
/
+2
*
Added uninstall.rb hook to plugin handling, such that plugins have a way of r...
David Heinemeier Hansson
2006-06-03
1
-0
/
+2
*
Create temporary dirs relative to RAILS_ROOT when running script/server #5014...
David Heinemeier Hansson
2006-06-03
1
-0
/
+2
*
New routes implementation. Simpler, faster, easier to understand. The publish...
Jamis Buck
2006-06-01
1
-0
/
+2
*
Make "script/plugin install" work with svn+ssh URLs
Sam Stephenson
2006-05-31
1
-0
/
+2
*
Added lib/ to the directories that will get application docs generated [DHH]
David Heinemeier Hansson
2006-05-28
1
-0
/
+2
*
Add observer generator. Closes #5167. [francois.beausoleil@gmail.com]
Marcel Molina
2006-05-23
1
-0
/
+2
*
Session migration generator obeys pluralize_table_names. Closes #5145.
Jeremy Kemper
2006-05-22
1
-0
/
+2
*
rake test:recent understands subdirectories. Closes #2925.
Jeremy Kemper
2006-05-12
1
-0
/
+2
*
The app generator detects the XAMPP package's MySQL socket location. Closes #...
Jeremy Kemper
2006-05-12
1
-0
/
+2
*
The app generator sets a session key in application.rb so apps running on the...
Jeremy Kemper
2006-05-07
1
-0
/
+2
*
Distinguish the spawners for different processes
David Heinemeier Hansson
2006-05-02
1
-0
/
+2
*
Added -n/--process to script/process/spawner name the process pid (default is...
David Heinemeier Hansson
2006-05-02
1
-0
/
+2
*
Namespaced OrderedHash so the Rails implementation does not clash with any ot...
Rick Olson
2006-04-30
1
-0
/
+2
*
Replace Ruby's deprecated append_features in favor of included. [Marcel Molin...
Marcel Molina
2006-04-29
1
-0
/
+2
*
Added script/process/inspector to do simple process status information on Rai...
David Heinemeier Hansson
2006-04-28
1
-0
/
+2
*
Added pid file usage to script/process/spawner and script/process/reaper alon...
David Heinemeier Hansson
2006-04-28
1
-0
/
+5
*
Mention in docs that config.frameworks doesn't work when getting Rails via Ge...
Marcel Molina
2006-04-26
1
-0
/
+2
*
Change the scaffolding layout to use yield rather than @content_for_layout.
Marcel Molina
2006-04-25
1
-0
/
+2
*
Its 2006, not 2005
David Heinemeier Hansson
2006-04-16
1
-2
/
+2
*
Prepare for tiny release of 1.1.2
David Heinemeier Hansson
2006-04-09
1
-1
/
+1
*
Fixed that boot.rb would set RAILS_GEM_VERSION twice, not respect an uncommen...
David Heinemeier Hansson
2006-04-07
1
-2
/
+5
*
Don't match commented out RAILS_GEM_VERSIONs.
Nicholas Seckar
2006-04-07
1
-0
/
+4
*
Enhances plugin#discover allowing it to discover svn:// like URIs (closes #45...
Rick Olson
2006-04-06
1
-0
/
+2
*
Update versions for Rails 1.1.1
David Heinemeier Hansson
2006-04-06
1
-1
/
+1
*
Update to Prototype 1.5.0_rc0
Sam Stephenson
2006-04-06
1
-0
/
+2
*
Fixed that the -r/--ruby path option of the rails command was not being respe...
David Heinemeier Hansson
2006-04-06
1
-0
/
+2
*
Added that Dispatcher exceptions should not be shown to the user unless a def...
David Heinemeier Hansson
2006-04-05
1
-0
/
+2
*
Fixed that rake clone_structure_to_test should quit on pgsql if the dump is u...
David Heinemeier Hansson
2006-04-05
1
-0
/
+2
*
Fixed that rails --version should have the return code of 0 (success) (closes...
David Heinemeier Hansson
2006-04-03
1
-0
/
+2
*
Install alias so Rails::InfoController is accessible at /rails_info. Closes #...
Nicholas Seckar
2006-04-03
1
-0
/
+2
*
Fixed that spawner should daemonize if running in repeat mode [DHH]
David Heinemeier Hansson
2006-04-03
1
-0
/
+2
*
Added TAG option for rake rails:freeze:edge, so you can say rake rails:freeze...
David Heinemeier Hansson
2006-04-03
1
-0
/
+2
*
Applied Prototype $() performance patches (#4465, #4477) and updated script.a...
Thomas Fuchs
2006-04-01
1
-0
/
+2
*
Use --simple-prompt instead of --prompt-mode simple for console compatibility...
David Heinemeier Hansson
2006-04-01
1
-0
/
+2
*
Added -f/--freeze option to rails command for freezing the application to the...
David Heinemeier Hansson
2006-04-01
1
-2
/
+6
*
Make Rails::VERSION implicitly loadable. Closes #4491.
Nicholas Seckar
2006-04-01
1
-0
/
+2
*
Teach Rails apps to only load gems of the same Rails version they were genera...
Nicholas Seckar
2006-04-01
1
-0
/
+2
*
Fixed broken OCIAdapter (closes #4457) [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-30
1
-3
/
+3
*
Fix Rails info controller for postgres; Closes #4469.
Nicholas Seckar
2006-03-29
1
-0
/
+4
*
Added gzip compression for JavaScript, CSS, and HTML to default lighttpd.conf...
David Heinemeier Hansson
2006-03-29
1
-0
/
+5
*
Made ready for release
David Heinemeier Hansson
2006-03-28
1
-1
/
+1
*
Add 1.0 marker to edge rails changelongs
Marcel Molina
2006-03-28
1
-0
/
+2
*
Allow load_fixtures to load a subset of total fixture data. [Chad Fowler]
Michael Koziarski
2006-03-28
1
-0
/
+6
*
Update to Prototype 1.5.0_pre1
Sam Stephenson
2006-03-27
1
-0
/
+2
*
Update to script.aculo.us 1.6
Thomas Fuchs
2006-03-26
1
-0
/
+2
*
Add an integration test generator
Jamis Buck
2006-03-25
1
-0
/
+2
*
Don't polute the top level namespace in the console with ActionView helpers. ...
Marcel Molina
2006-03-23
1
-2
/
+2
[next]