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
*
Added reload! method to script/console to reload all models and others that i...
David Heinemeier Hansson
2006-03-03
1
-0
/
+2
*
Added that rake rails:freeze:edge will now just export all the contents of th...
David Heinemeier Hansson
2006-03-03
1
-0
/
+2
*
Added fix for upload problems with lighttpd from Safari/IE to config/lighttpd...
David Heinemeier Hansson
2006-03-02
1
-0
/
+2
*
Added test:uncommitted to test changes since last checkin to Subversion (clos...
David Heinemeier Hansson
2006-03-02
1
-0
/
+2
*
Help script/about print the correct svn revision when in a non-English locale...
Jeremy Kemper
2006-03-01
1
-0
/
+2
*
Add 'app' accessor to script/console as an instance of Integration::Session
Jamis Buck
2006-03-01
1
-0
/
+2
*
Generator::Base#usage takes an optional message argument which defaults to Ge...
Jeremy Kemper
2006-02-28
1
-0
/
+2
*
Remove the extraneous AR::Base.threaded_connections setting from the webrick ...
Jeremy Kemper
2006-02-28
1
-0
/
+2
*
Add integration test support to app generation and testing
Jamis Buck
2006-02-28
1
-0
/
+2
*
Added namespaces to all tasks, so for example load_fixtures is now db:fixture...
David Heinemeier Hansson
2006-02-27
1
-0
/
+2
*
CHANGED DEFAULT: ActiveRecord::Base.schema_format is now :ruby by default ins...
David Heinemeier Hansson
2006-02-27
1
-0
/
+2
*
Added -r/--repeat option to script/process/spawner that offers the same loop ...
David Heinemeier Hansson
2006-02-26
1
-0
/
+2
*
Added collision option to template generation in generators (closes #3329) [a...
David Heinemeier Hansson
2006-02-26
1
-0
/
+5
*
Added more information to script/plugin's doings to ease debugging #3755 [Ric...
David Heinemeier Hansson
2006-02-26
1
-16
/
+3
*
Added tmp/sessions, tmp/cache, and tmp/sockets as default directories in the ...
David Heinemeier Hansson
2006-02-25
1
-0
/
+8
*
Added that script/generate model will now automatically create a migration fi...
David Heinemeier Hansson
2006-02-25
1
-0
/
+2
*
Added -d/--database option to the rails command, so you can do "rails --datab...
David Heinemeier Hansson
2006-02-25
1
-0
/
+2
*
Allow script/server -c /path/to/lighttpd.conf
Jeremy Kemper
2006-02-23
1
-0
/
+2
*
Remove hardcoded path to reaper script in script/server.
Jeremy Kemper
2006-02-22
1
-0
/
+2
*
Update script.aculo.us to V1.5.3 [Thomas Fuchs]
Thomas Fuchs
2006-02-22
1
-0
/
+2
*
Added SIGTRAP signal handler to RailsFCGIHandler that'll force the process in...
David Heinemeier Hansson
2006-02-19
1
-0
/
+2
*
Update script.aculo.us in Rails trunk to V1.5.2
Thomas Fuchs
2006-02-14
1
-0
/
+2
*
Changed default lighttpd.conf to use CWD from lighttpd 1.4.10 that allows the...
David Heinemeier Hansson
2006-02-12
1
-0
/
+2
*
Add Configuration#after_initialize for specifying a block to be executed afte...
Michael Koziarski
2006-02-07
1
-0
/
+2
*
Added check for RAILS_FRAMEWORK_ROOT constant that allows the Rails framework...
David Heinemeier Hansson
2006-01-30
1
-0
/
+2
*
Fixed that static requests could unlock the mutex guarding dynamic requests i...
David Heinemeier Hansson
2006-01-21
1
-0
/
+2
*
Fixed documentation tasks to work with Rake 0.7.0 (closes #3563) [kazuhiko@fd...
David Heinemeier Hansson
2006-01-21
1
-0
/
+2
*
Get the version right: 1.5.0_pre0, not rc0
Sam Stephenson
2006-01-18
1
-1
/
+1
*
Update to Prototype 1.5.0_rc0
Sam Stephenson
2006-01-18
1
-0
/
+2
*
Load plugins in a consistent order. Closes #3429
Michael Koziarski
2006-01-14
1
-0
/
+2
*
Show usage when script/plugin is called without arguments. Closes #3450
Michael Koziarski
2006-01-14
1
-0
/
+2
*
Fix problems with the plugin loader where plugins could override 'name' and p...
Michael Koziarski
2006-01-13
1
-0
/
+2
*
Make migration generator only report on exact duplicate names, not partial du...
Marcel Molina
2006-01-13
1
-0
/
+2
*
Fix typo in mailer generator USAGE. Closes #3458.
Marcel Molina
2006-01-13
1
-0
/
+2
*
Ignore version mismatch between pg_dump and the database server. Closes #3457.
Marcel Molina
2006-01-13
1
-0
/
+2
*
Reap FCGI processes after lighttpd exits
Sam Stephenson
2006-01-12
1
-0
/
+2
*
Update to script.aculo.us to 1.5.0 rev. 3343
Thomas Fuchs
2005-12-25
1
-0
/
+2
*
Honor ActiveRecord::Base.pluralize_table_names when creating and destroying s...
Marcel Molina
2005-12-18
1
-0
/
+2
*
Update trunk to scriptaculous 1.5 final
Thomas Fuchs
2005-12-13
1
-0
/
+2
*
Update to Prototype 1.4.0 final
Sam Stephenson
2005-12-13
1
-0
/
+2
*
Update to script.aculo.us 1.5.0_rc6
Thomas Fuchs
2005-12-12
1
-0
/
+2
*
Remove duplicate entry from chagnelogs.
Marcel Molina
2005-12-11
1
-2
/
+0
*
Update instructions on how to find and install generators. Closes #3172.
Marcel Molina
2005-12-11
1
-0
/
+4
*
Generator looks in vendor/generators also.
Jeremy Kemper
2005-12-09
1
-0
/
+2
*
Generator copies files in binary mode. References #3156.
Jeremy Kemper
2005-12-09
1
-0
/
+2
*
Add builtin/ to the gemspec. Closes #3047.
Sam Stephenson
2005-12-06
1
-0
/
+2
*
Add install.rb file to plugin generation which is loaded, if it exists, when ...
Marcel Molina
2005-12-03
1
-0
/
+2
*
Run initialize_logger in script/lighttpd to ensure the log file exists before...
Sam Stephenson
2005-11-30
1
-0
/
+2
*
Make load_fixtures include csv fixtures. Closes #3053.
Marcel Molina
2005-11-28
1
-0
/
+2
*
Fix freeze_gems so that the latest rails version is dumped by default
Nicholas Seckar
2005-11-28
1
-0
/
+2
[next]