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

root/trunk/railties


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9245 [9245] 04/09/08 16:24:32 rick Require rubygems if needed when initializing GemDependency instances
(edit) @9240 [9240] 04/08/08 04:21:32 rick Don't require rails/gem_builder during rails initialization, it's only …
(edit) @9239 [9239] 04/08/08 03:47:08 rick set ActiveSupport.escape_html_entities_in_json = false for new rails apps
(edit) @9236 [9236] 04/07/08 19:29:09 josh script/performance/profiler compatibility with the ruby-prof >= 0.5.0. …
(edit) @9220 [9220] 04/03/08 20:00:33 bitsweat Update fcgi dispatcher test cases. Closes #11471 [guillaume]
(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) @9211 [9211] 04/02/08 12:48:10 pratik Fix that config.to_prepare dependency error. Closes #10520 [akaspick, …
(edit) @9205 [9205] 04/01/08 20:55:45 rick spell check
(edit) @9204 [9204] 04/01/08 20:35:56 rick Add config.active_support for future configuration options. Also, add …
(edit) @9201 [9201] 04/01/08 19:16:55 david Use class << self
(edit) @9199 [9199] 04/01/08 17:15:31 david gems should be specified before plugins
(edit) @9198 [9198] 04/01/08 17:13:05 david Added examples for config.gem
(edit) @9197 [9197] 04/01/08 16:54:30 bitsweat Improving railties test coverage. Closes #11496 [miloops]
(edit) @9183 [9183] 04/01/08 05:01:33 bitsweat PostgreSQL: use create_ and drop_database for rake tasks. Closes #9045
(edit) @9180 [9180] 04/01/08 02:09:52 pratik Add Rails.logger, Rails.root, Rails.env and Rails.cache shortcuts for …
(edit) @9176 [9176] 04/01/08 00:29:24 bitsweat Update generator tests. Closes #11487 [thechrisoshow]
(edit) @9170 [9170] 03/31/08 21:16:17 david Fixed charset/collation for rake db:create (closes #11331) [matt]
(edit) @9167 [9167] 03/31/08 06:53:44 rick Allow files in plugins to be reloaded like the rest of the application. …
(edit) @9163 [9163] 03/31/08 04:59:23 bitsweat rename config/initializers/new_in_rails_3.rb to new_rails_defaults.rb
(edit) @9157 [9157] 03/31/08 01:10:04 bitsweat Partial updates include only unsaved attributes. Off by default; set …
(edit) @9151 [9151] 03/30/08 23:07:52 bitsweat Handle exit, reload, and restart immediately if not processing a request. …
(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) @9133 [9133] 03/29/08 18:41:10 bitsweat Generated tests rely on test dir in load path rather than File.dirname …
(edit) @9132 [9132] 03/29/08 18:37:14 david Update welcome screen with revised instructions and removal of dead links
(edit) @9131 [9131] 03/29/08 18:02:40 david Space at the bottom feels better
(edit) @9130 [9130] 03/29/08 18:01:49 david Removed outdated scaffold from template
(edit) @9126 [9126] 03/28/08 22:14:04 david Fix new migration versions
(edit) @9122 [9122] 03/28/08 21:21:01 david Switched to UTC-timebased version numbers for migrations and the schema. …
(edit) @9112 [9112] 03/28/08 19:52:02 david Fixed that no gems installed would cause error (closes #11459) …
(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) @9100 [9100] 03/27/08 17:54:43 david Missing test data
(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) @9078 [9078] 03/22/08 05:27:07 gbuesing Correct grammar in config.time_zone description in environment.rb
(edit) @9077 [9077] 03/22/08 04:47:53 david Use the more modern error_messages from the form object rather than …
(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) @9064 [9064] 03/20/08 02:15:29 david Docfixes (closes #11356, #11172, #10523)
(edit) @9049 [9049] 03/17/08 21:44:16 david Added support for installing plugins hosted at git repositories (closes …
(edit) @9028 [9028] 03/15/08 19:33:13 david Removed dead styles (closes #11353) [boone]
(edit) @9017 [9017] 03/13/08 02:47:26 david Fixed that script/generate would not look for plugin generators in …
(edit) @9015 [9015] 03/13/08 02:25:10 david Applied the faster squish version (closes #11123) [jordi]
(edit) @9004 [9004] 03/10/08 11:42:01 pratik Fix database rake tasks to work with charset/collation and show proper …
(edit) @8991 [8991] 03/08/08 12:55:57 pratik Update URL in script/generate usage. Closes #11220 [neshmi]
(edit) @8921 [8921] 02/21/08 22:44:00 nzkoz Patch to add a -e (export) option to script/plugin install. Closes #10847
(edit) @8915 [8915] 02/20/08 05:57:00 nzkoz Sort the results to remove platform dependent test failures
(edit) @8887 [8887] 02/17/08 09:11:31 nzkoz Update generated comments to reflect the fact that config.frameworks works …
(edit) @8876 [8876] 02/15/08 23:16:01 nzkoz Clear active connections before trying to drop the database. Allows …
(edit) @8826 [8826] 02/09/08 22:18:38 nzkoz Move SecretKeyGenerator comments to the correct place for rdoc. Closes …
(edit) @8806 [8806] 02/06/08 06:43:02 rick Add Time Zone support to ActiveRecord, and config.time_zone property for …
(edit) @8795 [8795] 02/03/08 17:54:39 rick ensure that the after_initialize hooks are run after the application …
(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) @8678 [8678] 01/20/08 23:27:19 nzkoz Tidy up description for the rake test task. Closes #10598 [akaspick]
(edit) @8669 [8669] 01/19/08 03:20:39 bitsweat Introduce TemplateFinder to handle view paths and lookups. Closes #10800.
(edit) @8638 [8638] 01/13/08 20:39:51 nzkoz Use non-blocking writing if available. Closes #10794 [lifofifo]
(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) @8613 [8613] 01/09/08 18:50:06 david Re-enable the debugger in testing
(edit) @8612 [8612] 01/09/08 18:49:50 david Show that a different cache store can be used
(edit) @8569 [8569] 01/05/08 13:33:12 bitsweat require abstract_unit directly since test is in load path
(edit) @8568 [8568] 01/05/08 13:33:00 bitsweat require abstract_unit directly since test is in load path
(edit) @8558 [8558] 01/05/08 00:26:27 bitsweat Move model dependency to the end of the scaffold generator manifest. …
(edit) @8546 [8546] 01/03/08 21:05:12 david Moved the caching stores from ActionController::Caching::Fragments::* to …
(edit) @8535 [8535] 01/03/08 00:35:23 david Refactor check for local databases (closes #10539) [parcelbrat]
(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) @8527 [8527] 01/02/08 19:24:44 rick Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
(edit) @8522 [8522] 01/02/08 09:03:56 bitsweat db:sessions:clear task uses session_table_name method. Closes #10631
(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) @8511 [8511] 12/29/07 19:43:39 bitsweat Don't make new_mongrel server default yet
(edit) @8488 [8488] 12/27/07 11:17:05 bitsweat Introduce native mongrel handler and push mutex into dispatcher.
(edit) @8479 [8479] 12/22/07 04:50:27 bitsweat Ruby 1.9 compat: initializer only sets kcode for Ruby < 1.9
(edit) @8457 [8457] 12/21/07 03:39:25 bitsweat App generate says sqlite3 is the default and mentions frontbase. Closes …
(edit) @8438 [8438] 12/19/07 04:21:24 bitsweat RubyGems 0.9.5 compat: always set the gem platform
(edit) @8437 [8437] 12/19/07 04:21:12 bitsweat Ruby 1.9 compat: use .to_a instead of .map which now returns an enumerator
(edit) @8436 [8436] 12/19/07 04:21:02 bitsweat Simplify some rails info methods
(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) @8418 [8418] 12/16/07 23:27:05 david Doc fixing
(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) @8365 [8365] 12/10/07 05:54:46 bitsweat Ruby 1.9 compat: File.exists\? -> File.exist\? en masse. References #1689
(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
Note: See TracRevisionLog for help on using the revision log.