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

root/trunk/railties/lib


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) @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) @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) @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) @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) @9098 [9098] 03/27/08 17:47:51 david Added Plugin#about method to programmatically access the about.yml in a …
(edit) @9077 [9077] 03/22/08 04:47:53 david Use the more modern error_messages from the form object rather than …
(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) @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) @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) @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) @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) @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) @8431 [8431] 12/17/07 18:54:55 bitsweat Ruby 1.9 compatibility. References #1689.
(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) @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) @8338 [8338] 12/09/07 04:18:28 bitsweat Don't check for pending migrations if Active Record isn't loaded
(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) @8301 [8301] 12/05/07 18:54:41 david Fix typos (closes #10378)
(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) @8244 [8244] 11/30/07 18:17:21 david You dont need to explicitly declare which controller youre testing when …
(edit) @8243 [8243] 11/30/07 00:08:41 nzkoz use autoeval not autoirb, it's mostly equivalent but doesn't make stepping …
(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) @8204 [8204] 11/25/07 22:03:45 david No trailing whitespace in migration generation (closes #10235)
(edit) @8175 [8175] 11/21/07 01:53:31 nzkoz Make sure script/plugin doesn't skip files beginning with http (i.e. the …
(edit) @8171 [8171] 11/20/07 22:00:32 bitsweat Fix typo in generator usage blurb. Closes #10217 [Mike Naberezny]
(edit) @8158 [8158] 11/16/07 23:01:24 bitsweat Table names aren't nested: replace / with _ to match the likely table …
(edit) @8157 [8157] 11/16/07 22:56:40 bitsweat Resource and scaffold generators pass on the full name to the dependent …
(edit) @8154 [8154] 11/16/07 20:30:28 bitsweat Use the new TestCase subclasses in the scaffold and resource generators …
(edit) @8143 [8143] 11/14/07 19:30:38 bitsweat Remove stale warning from application generator usage message. Closes …
(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) @8121 [8121] 11/09/07 20:02:29 david Prepare versions for RC1
(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 …
Note: See TracRevisionLog for help on using the revision log.