Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/railties/CHANGELOG


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9240 [9240] 04/08/08 04:21:32 rick Don't require rails/gem_builder during rails initialization, it's only …
(edit) @9236 [9236] 04/07/08 19:29:09 josh script/performance/profiler compatibility with the ruby-prof >= 0.5.0. …
(edit) @9216 [9216] 04/02/08 21:53:21 rick missed an added file
(edit) @9215 [9215] 04/02/08 17:48:30 rick Flesh out rake gems:unpack to unpack all gems, and add rake gems:build for …
(edit) @9204 [9204] 04/01/08 20:35:56 rick Add config.active_support for future configuration options. Also, add …
(edit) @9180 [9180] 04/01/08 02:09:52 pratik Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for …
(edit) @9167 [9167] 03/31/08 06:53:44 rick Allow files in plugins to be reloaded like the rest of the application. …
(edit) @9148 [9148] 03/30/08 18:22:31 rick whoops, typo in the CHANGELOG
(edit) @9141 [9141] 03/30/08 02:35:08 rick Small tweak to allow plugins to specify gem dependencies. [rick]
(edit) @9140 [9140] 03/30/08 02:17:28 rick Added config.gem for specifying which gems are required by the …
(edit) @9134 [9134] 03/29/08 18:45:39 david Removed the default .htaccess configuration as there are so many good …
(edit) @9108 [9108] 03/28/08 04:35:48 gbuesing config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson …
(edit) @9104 [9104] 03/28/08 01:45:04 gbuesing Rails::Initializer#initialize_time_zone raises an error if value assigned …
(edit) @9102 [9102] 03/27/08 22:33:50 david Stop adding the antiquated test/mocks/* directories and only add them to …
(edit) @9101 [9101] 03/27/08 18:37:53 david Added that gems can now be plugins if they include rails/init.rb (closes …
(edit) @9098 [9098] 03/27/08 17:47:51 david Added Plugin#about method to programmatically access the about.yml in a …
(edit) @9097 [9097] 03/26/08 21:01:30 david New applications should use UTC as the default time zone
(edit) @9093 [9093] 03/26/08 12:27:52 pratik Improve documentation.
(edit) @9076 [9076] 03/22/08 02:23:09 gbuesing Added config.time_zone = 'UTC' as a commented-out option in the default …
(edit) @9074 [9074] 03/22/08 01:59:09 gbuesing Adding rake tasks time:zones:all, time:zones:us and time:zones:local for …
(edit) @9049 [9049] 03/17/08 21:44:16 david Added support for installing plugins hosted at git repositories (closes …
(edit) @9017 [9017] 03/13/08 02:47:26 david Fixed that script/generate would not look for plugin generators in …
(edit) @9004 [9004] 03/10/08 11:42:01 pratik Fix database rake tasks to work with charset/collation and show proper …
(edit) @8921 [8921] 02/21/08 22:44:00 nzkoz Patch to add a -e (export) option to script/plugin install. Closes #10847
(edit) @8806 [8806] 02/06/08 06:43:02 rick Add Time Zone support to ActiveRecord, and config.time_zone property for …
(edit) @8787 [8787] 02/02/08 20:18:18 rick Reshuffle load order so that routes and observers are initialized after …
(edit) @8772 [8772] 02/02/08 02:55:14 bitsweat Git support for script/generate. Closes #10690.
(edit) @8629 [8629] 01/12/08 01:05:36 rick Update scaffold to use labels instead of bold tags. Closes #10757
(edit) @8615 [8615] 01/10/08 02:50:43 bitsweat Resurrect WordNet synonym lookups. Closes #10710.
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8532 [8532] 01/03/08 00:14:47 david Added that rails:update is run when you do rails:freeze:edge to ensure you …
(edit) @8519 [8519] 01/02/08 08:28:58 bitsweat SQLite: db:drop:all doesn't fail silently if the database is already open. …
(edit) @8488 [8488] 12/27/07 11:17:05 bitsweat Introduce native mongrel handler and push mutex into dispatcher.
(edit) @8435 [8435] 12/19/07 01:18:45 bitsweat Ruby 1.9 compat: Update idiosyncratic block variable usage. Closes #10546.
(edit) @8431 [8431] 12/17/07 18:54:55 bitsweat Ruby 1.9 compatibility. References #1689.
(edit) @8420 [8420] 12/16/07 23:36:35 david Proper attribution in CHANGELOG
(edit) @8419 [8419] 12/16/07 23:30:30 david Prepare for 2.0.2 release
(edit) @8417 [8417] 12/16/07 23:22:56 david Changed the default database from mysql to sqlite3, so now running "rails …
(edit) @8416 [8416] 12/16/07 23:10:48 david Turned on ActionView::Base.cache_template_loading by default in …
(edit) @8411 [8411] 12/15/07 02:30:04 bitsweat More changelog updates
(edit) @8400 [8400] 12/15/07 02:27:56 bitsweat Introduce (in /Users/jeremy/rails/git/trunk) to output a crytographically …
(edit) @8388 [8388] 12/14/07 22:32:54 david Fixed that local database creation should consider 127.0.0.1 local (closes …
(edit) @8386 [8386] 12/14/07 18:09:14 david Fixed that functional tests generated for scaffolds should use fixture …
(edit) @8383 [8383] 12/14/07 17:51:02 david Added db:migrate:redo and db:migrate:reset for rerunning existing …
(edit) @8382 [8382] 12/14/07 17:47:56 david Added db:migrate:redo for rerunning existing migrations (closes #10431) …
(edit) @8360 [8360] 12/10/07 03:25:08 bitsweat Credit #10443 + more changelog updates
(edit) @8359 [8359] 12/10/07 03:19:56 bitsweat More changelog updates
(edit) @8357 [8357] 12/10/07 03:19:17 bitsweat More changelog updates
(edit) @8352 [8352] 12/10/07 01:29:20 bitsweat lifo -> Pratik
(edit) @8351 [8351] 12/10/07 01:16:00 bitsweat More contributor name updates
(edit) @8348 [8348] 12/10/07 01:07:34 bitsweat Update Fred's name in changelogs
(edit) @8336 [8336] 12/09/07 01:20:24 bitsweat Update rails:freeze:gems to work with RubyGems 0.9.5.
(edit) @8330 [8330] 12/07/07 13:37:13 david Make ready for 2.0.1
(edit) @8324 [8324] 12/06/07 18:57:19 bitsweat The test task stops with a warning if you have pending migrations. Closes …
(edit) @8321 [8321] 12/06/07 18:12:48 david Preparing for release shortly
(edit) @8303 [8303] 12/05/07 20:17:16 marcel Add warning to documentation about using transactional fixtures when the …
(edit) @8276 [8276] 12/05/07 03:08:29 sam Update Prototype to 1.6.0.1
(edit) @8268 [8268] 12/04/07 18:12:54 madrobby Update trunk to script.aculo.us 1.8.0.1, fixes a regression in the …
(edit) @8248 [8248] 12/01/07 20:53:15 david Added db:fixtures:identity as a way of locating what ID a foxy fixture was …
(edit) @8247 [8247] 12/01/07 20:51:54 david Generated fixtures should not specify ids since theyre expected to be foxy …
(edit) @8234 [8234] 11/29/07 00:39:59 sam Update to Prototype -r8232
(edit) @8233 [8233] 11/29/07 00:27:53 david Prep for RC2
(edit) @8229 [8229] 11/28/07 19:36:59 bitsweat Introduce SecretKeyGenerator for more secure session secrets than …
(edit) @8160 [8160] 11/17/07 01:39:19 bitsweat RAILS_GEM_VERSION may be set to any valid gem version specifier. Closes …
(edit) @8159 [8159] 11/17/07 01:38:58 bitsweat Load config/preinitializer.rb, if present, before loading the environment. …
(edit) @8132 [8132] 11/13/07 00:54:57 bitsweat FastCGI handler ignores unsupported signals like USR2 on Windows [Grzegorz …
(edit) @8127 [8127] 11/11/07 01:01:11 rick Only load ActionMailer::TestCase if ActionMailer is loaded. Closes #10137
(edit) @8123 [8123] 11/09/07 21:58:24 david Fixed that db:reset would use migrations instead of loading db/schema.rb …
(edit) @8116 [8116] 11/08/07 15:41:46 rick Ensure the plugin loader only loads plugins once. Closes #10102
(edit) @8115 [8115] 11/08/07 05:29:44 rick Refactor Plugin Loader. Add plugin lib paths early, and add lots of …
(edit) @8088 [8088] 11/06/07 16:36:10 david Fixed that ActionController::CgiRequest#host_with_port() should handle …
(edit) @8087 [8087] 11/06/07 15:17:10 sam Update Prototype to 1.6.0 and script.aculo.us to 1.8.0.
(edit) @8039 [8039] 10/26/07 21:11:07 david Added db:rollback to rollback the schema one version (or multiple as …
(edit) @8020 [8020] 10/26/07 01:07:41 marcel Fix typo in test_helper. Closes #9925 [viktor tron]
(edit) @8016 [8016] 10/25/07 20:33:28 bitsweat Request profiler
(edit) @7998 [7998] 10/23/07 05:36:52 bitsweat Refactor and test boot.rb. Include tests from and closes #9834.
(edit) @7963 [7963] 10/18/07 15:54:01 david Fixed incorrect migration number if script/generate executed outside of …
(edit) @7947 [7947] 10/16/07 21:08:29 sam Update Prototype to 1.6.0_rc1 and script.aculo.us to 1.8.0 preview 0.
(edit) @7899 [7899] 10/15/07 04:33:45 bitsweat Generated fixtures use the actual primary key instead of id. Closes #4343.
(edit) @7765 [7765] 10/07/07 03:08:08 nzkoz Extend the console +helper+ method to allow you to include custom helpers. …
(edit) @7718 [7718] 10/02/07 03:20:52 bitsweat db:create works with remote databases whereas db:create:all only …
(edit) @7708 [7708] 10/01/07 03:15:51 nzkoz Add --prefix option to script/server when using mongrel. [dacat] Closes …
(edit) @7705 [7705] 10/01/07 02:08:15 david Removed calls to fixtures in generated tests as fixtures :all is now …
(edit) @7698 [7698] 09/30/07 22:53:27 david Fixed that installing plugins from SVN repositories that use trunk/ will …
(edit) @7685 [7685] 09/29/07 22:18:26 david Updated CHANGELOGs. They need to be filtered for duplicates
(edit) @7672 [7672] 09/28/07 17:02:40 rick Moved the SourceAnnotationExtractor to a separate file in case libraries …
(edit) @7640 [7640] 09/26/07 01:24:07 bitsweat Move Railties' Dispatcher to ActionController::Dispatcher, introduce …
(edit) @7626 [7626] 09/25/07 03:47:37 david Added ActiveSupport::BufferedLogger as a duck-typing alternative (albeit …
(edit) @7623 [7623] 09/24/07 23:12:25 david Change from InvalidToken to InvalidAuthenticityToken to be more specific
(edit) @7619 [7619] 09/24/07 22:50:43 david Added a default 422.html page to be rendered when …
(edit) @7601 [7601] 09/23/07 22:08:02 david Added --skip-fixture option to script/generate model (closes #6862) …
(edit) @7594 [7594] 09/23/07 11:31:37 bitsweat Revert [7574]. Closes #7521.
(edit) @7576 [7576] 09/22/07 22:17:10 david Print Rails version when starting console (closes #7440) [eyematz]
(edit) @7574 [7574] 09/22/07 22:12:10 david Added rake db:version to get the current schema version from the command …
(edit) @7573 [7573] 09/22/07 22:10:49 david Fixed the placement of fixture files for nested models when generating …
(edit) @7568 [7568] 09/22/07 18:33:39 david Added TEMPLATE option to rake doc:app to set a custom output template …
(edit) @7566 [7566] 09/22/07 18:28:53 david Added VERBOSE option to rake db:migrate to turn off output #8204
(edit) @7555 [7555] 09/22/07 17:55:57 david Fixed that rake doc:app should use UTF-8 (closes #8906) [farzy]
(edit) @7553 [7553] 09/22/07 17:52:11 david Fixes rake annotations to search erb and builder files as well (closes …
(edit) @7543 [7543] 09/22/07 17:19:42 nzkoz Remove the AWS web_service generator
Note: See TracRevisionLog for help on using the revision log.