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 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
*
script/plugin: handle root paths and plugin names which contain spaces. Refe...
Jeremy Kemper
2005-11-23
1
-0
/
+2
*
Model generator: correct relative path to test_helper in unit test.
Jeremy Kemper
2005-11-22
1
-0
/
+2
*
Make the db_schema_dump task honor the SCHEMA environment variable if present...
Marcel Molina
2005-11-21
1
-0
/
+2
*
Have the lighttpd server script report the actual ip to which the server is b...
Sam Stephenson
2005-11-21
1
-0
/
+2
*
Add plugin library directories to the load path after the lib directory so th...
Marcel Molina
2005-11-21
1
-0
/
+3
*
Make help for the console command more explicit about how to specify the desi...
Marcel Molina
2005-11-21
1
-0
/
+1
*
PostgreSQL: the purge_test_database Rake task shouldn't explicitly specify th...
Jeremy Kemper
2005-11-20
1
-0
/
+2
*
Allows generator to specify migrations directory. References #2960.
Jeremy Kemper
2005-11-20
1
-1
/
+1
*
Introducing the session_migration generator. Creates an add_session_table mi...
Jeremy Kemper
2005-11-20
1
-0
/
+2
*
Update to Prototype 1.4.0_rc4. Closes #2943 (old Array.prototype.reverse beha...
Sam Stephenson
2005-11-19
1
-0
/
+2
*
script/console uses RAILS_ENV environment variable if present. Closes #2932.
Jeremy Kemper
2005-11-18
1
-0
/
+2
*
Windows: eliminate the socket option in database.yml. Closes #2924.
Jeremy Kemper
2005-11-18
1
-0
/
+2
*
Eliminate nil from newly generated logfiles. References #2927.
Jeremy Kemper
2005-11-18
1
-0
/
+2
[prev]
[next]