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
*
Fixed that ActionController::CgiRequest#host_with_port() should handle standa...
David Heinemeier Hansson
2007-11-06
1
-1
/
+3
*
Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.
Sam Stephenson
2007-11-06
1
-0
/
+2
*
Added db:rollback to rollback the schema one version (or multiple as specifie...
David Heinemeier Hansson
2007-10-26
1
-0
/
+2
*
Fix typo in test_helper. Closes #9925 [viktor tron]
Marcel Molina
2007-10-26
1
-0
/
+2
*
Request profiler
Jeremy Kemper
2007-10-25
1
-0
/
+2
*
Refactor and test boot.rb. Include tests from and closes #9834.
Jeremy Kemper
2007-10-23
1
-0
/
+3
*
Fixed incorrect migration number if script/generate executed outside of Rails...
David Heinemeier Hansson
2007-10-18
1
-0
/
+2
*
Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.
Sam Stephenson
2007-10-16
1
-0
/
+2
*
Generated fixtures use the actual primary key instead of id. Closes #4343.
Jeremy Kemper
2007-10-15
1
-0
/
+2
*
Extend the console +helper+ method to allow you to include custom helpers. Cl...
Michael Koziarski
2007-10-07
1
-0
/
+4
*
db:create works with remote databases whereas db:create:all only createsdatab...
Jeremy Kemper
2007-10-02
1
-0
/
+3
*
Add --prefix option to script/server when using mongrel. [dacat] Closes #9716
Michael Koziarski
2007-10-01
1
-0
/
+1
*
Removed calls to fixtures in generated tests as fixtures :all is now present ...
David Heinemeier Hansson
2007-10-01
1
-0
/
+5
*
Fixed that installing plugins from SVN repositories that use trunk/ will work...
David Heinemeier Hansson
2007-09-30
1
-0
/
+2
*
Updated CHANGELOGs. They need to be filtered for duplicates
David Heinemeier Hansson
2007-09-29
1
-1
/
+310
*
Moved the SourceAnnotationExtractor to a separate file in case libraries try ...
Rick Olson
2007-09-28
1
-0
/
+2
*
Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ...
Jeremy Kemper
2007-09-26
1
-0
/
+2
*
Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit with...
David Heinemeier Hansson
2007-09-25
1
-0
/
+2
*
Change from InvalidToken to InvalidAuthenticityToken to be more specific
David Heinemeier Hansson
2007-09-24
1
-1
/
+1
*
Added a default 422.html page to be rendered when ActiveRecord::RecordInvalid...
David Heinemeier Hansson
2007-09-24
1
-0
/
+2
*
Added --skip-fixture option to script/generate model (closes #6862) [sandofsky]
David Heinemeier Hansson
2007-09-23
1
-0
/
+2
*
Revert [7574]. Closes #7521.
Jeremy Kemper
2007-09-23
1
-2
/
+0
*
Print Rails version when starting console (closes #7440) [eyematz]
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added rake db:version to get the current schema version from the command line...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Fixed the placement of fixture files for nested models when generating throug...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added TEMPLATE option to rake doc:app to set a custom output template (closes...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Added VERBOSE option to rake db:migrate to turn off output #8204 [jbarnette]
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Fixes rake annotations to search erb and builder files as well (closes #9150)...
David Heinemeier Hansson
2007-09-22
1
-1
/
+3
*
Remove the AWS web_service generator
Michael Koziarski
2007-09-22
1
-0
/
+2
*
Added symbols as a legal way of specifying plugins in config.plugins (closes ...
David Heinemeier Hansson
2007-09-22
1
-0
/
+2
*
Changelog fix (closes #9610) [tzaharia]
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Added the :all option to config.plugins thatll include the rest of the plugin...
David Heinemeier Hansson
2007-09-21
1
-0
/
+7
*
Support multiple config.after_initialize blocks so plugins and apps can more ...
Jeremy Kemper
2007-09-18
1
-0
/
+2
*
Added db:drop:all to drop all databases declared in config/database.yml [DHH]
David Heinemeier Hansson
2007-09-15
1
-0
/
+2
*
Use attribute pairs instead of the migration name to create add and remove co...
Michael Koziarski
2007-09-09
1
-0
/
+10
*
misc doc fixes + Add ActiveResource to Rails::Info. Closes #8741, #9008, #90...
Rick Olson
2007-07-25
1
-0
/
+2
*
Use Gem.find_name instead of search when freezing gems. Prevent false positi...
Michael Koziarski
2007-07-24
1
-0
/
+2
*
Automatically generate add/remove column commands in specially named migratio...
Rick Olson
2007-07-24
1
-0
/
+2
*
Default to plural table name in Rails Generator if ActiveRecord is not presen...
Rick Olson
2007-07-12
1
-0
/
+2
*
Added rake routes for listing all the defined routes in the system (closes #8...
David Heinemeier Hansson
2007-06-28
1
-0
/
+2
*
db:create creates the database for the current environment if it's on localho...
Jeremy Kemper
2007-06-28
1
-0
/
+2
*
Generators: look for generators in all gems, not just those suffixed with _ge...
Jeremy Kemper
2007-06-27
1
-0
/
+2
*
MySQL, PostgreSQL: database.yml defaults to utf-8. Closes #8701.
Jeremy Kemper
2007-06-25
1
-0
/
+2
*
Added db:version to get the current schema number [via Err The Blog]
David Heinemeier Hansson
2007-06-25
1
-1
/
+1
*
Added db:version to get the current schema number [via Tim Bray]
David Heinemeier Hansson
2007-06-25
1
-0
/
+2
*
Added --skip-migration option to scaffold and resource generators (closes #86...
David Heinemeier Hansson
2007-06-23
1
-0
/
+2
*
Fix that FCGIs would leave log files open when asked to shut down by USR2 (cl...
David Heinemeier Hansson
2007-06-23
1
-0
/
+2
*
Fixed that dispatcher preparation callbacks only run once in production mode....
Rick Olson
2007-06-15
1
-0
/
+2
*
Fix syntax error in dispatcher than wrecked failsafe responses. Closes #8625.
Jeremy Kemper
2007-06-11
1
-0
/
+2
[next]