root/test


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @703 [703] 06/01/08 03:27:39 lazyatom Development of the engines plugin now happens in Git, so it's pointless to …
(edit) @680 [680] 04/13/08 06:26:38 lazyatom Fixed migration tests to detect new-style migration filenames
(edit) @678 [678] 04/13/08 04:58:01 lazyatom Removed SVN external to Rails, since Rails is moving to git. For the …
(edit) @677 [677] 03/22/08 15:09:34 lazyatom Adding new rails_edge test application
(edit) @672 [672] 03/22/08 15:03:11 lazyatom Dropping the existing rails_edge test to be replaced with a new one, …
(edit) @670 [670] 03/22/08 14:57:53 lazyatom Adding a test to ensure that public asset files are copied even when there …
(edit) @668 [668] 12/28/07 16:23:08 lazyatom Added tests for plugins with assets directory
(edit) @667 [667] 12/28/07 16:13:16 lazyatom Renamed routing testcase appropriately and added comments
(edit) @666 [666] 12/28/07 16:08:38 lazyatom Updated Rails to 2.0.2 in the test application
(edit) @665 [665] 12/28/07 15:54:04 lazyatom Removing rails temporarily as piston seems to be taking issue with …
(edit) @662 [662] 12/12/07 08:05:58 svenfuchs added test for fixture copying in Engines::Testing moved …
(edit) @660 [660] 12/09/07 14:23:19 lazyatom Added engines plugin as an SVN external
(edit) @659 [659] 12/09/07 14:22:34 lazyatom Removing engines plugin from test application, to be replaced with svn …
(edit) @656 [656] 12/09/07 14:17:25 lazyatom Merged some missing messages from the trunk changelog
(edit) @655 [655] 12/09/07 14:12:55 lazyatom Fixed ActionMailer? extensions to work with plugin mail templates
(edit) @654 [654] 12/09/07 13:43:00 lazyatom We dont need the custom action_view extensions anymore
(edit) @653 [653] 12/09/07 06:49:52 svenfuchs nailed the problem with two models present in two plugins where the latter …
(edit) @652 [652] 12/08/07 11:03:23 lazyatom Tests that we can load layouts from a plugin
(edit) @651 [651] 12/08/07 10:31:53 lazyatom Using the view_paths mechanism also makes ActionMailer? template-related …
(edit) @650 [650] 12/08/07 10:30:18 lazyatom Using the view_paths architecture already in Rails, we may not need to …
(edit) @649 [649] 12/08/07 10:29:06 lazyatom Parentesize arguments
(edit) @648 [648] 12/08/07 09:37:58 lazyatom Fixed ActionMailer? extensions for existing tests
(edit) @647 [647] 12/08/07 09:01:02 lazyatom extensions are the rails extensions
(edit) @646 [646] 12/07/07 16:12:38 lazyatom A few doc tweaks - lets start updating the CHANGELOG
(edit) @645 [645] 12/07/07 15:58:23 lazyatom Massaged external module inclusions for better RDoc output
(edit) @644 [644] 12/07/07 15:34:14 lazyatom We should test that named routes from with plugins work
(edit) @643 [643] 12/07/07 15:22:45 lazyatom Better not too abbreviate
(edit) @642 [642] 12/07/07 14:57:02 lazyatom I just like symbols
(edit) @641 [641] 12/07/07 14:55:16 lazyatom The upgrading information is no longer relevant
(edit) @640 [640] 12/07/07 14:50:01 lazyatom If there's no version of rails in vendor, then don't try loading a gem. …
(edit) @639 [639] 12/07/07 14:48:10 lazyatom Minor whitespace tweaks
(edit) @638 [638] 12/07/07 14:44:12 lazyatom We shouldn't add methods to the global namespace - logger becomes …
(edit) @637 [637] 12/07/07 14:40:01 lazyatom A plugin need not contain an init.rb file if it has a lib directory
(edit) @636 [636] 12/07/07 14:38:45 lazyatom Refer to plugins as plugins, not engines
(edit) @635 [635] 12/07/07 14:08:55 lazyatom We killed the notion of 'an engine' some time ago, best not to encourage …
(edit) @634 [634] 12/07/07 14:01:36 lazyatom Updated rails to 2.0.1 tag via piston
(edit) @633 [633] 12/05/07 15:52:26 lazyatom Use the code mixing file types as defined in the Engines module, rather …
(edit) @632 [632] 12/05/07 15:50:36 lazyatom Ignore database.yml in config
(edit) @631 [631] 12/05/07 15:46:43 lazyatom Set ignores on log, db and public
(edit) @630 [630] 12/05/07 15:36:27 lazyatom Added a copy of Rails 2.0 via Piston, to be sure we're all testing against …
(edit) @629 [629] 12/03/07 03:28:15 svenfuchs added Rails.plugins relaying to Engines.plugins added a …
(edit) @628 [628] 12/02/07 17:09:28 svenfuchs fixed the load_path_test
(edit) @627 [627] 12/02/07 15:07:35 svenfuchs initial import of port of Rails Engines to Rails 2.0 (RC1)
(edit) @626 [626] 12/02/07 14:25:39 lazyatom Adding branch for Rails 2.0 compatibility tests
(edit) @620 [620] 11/11/07 06:36:32 lazyatom More merges to the edge application
(edit) @619 [619] 11/11/07 06:16:10 lazyatom Updated rails application to latest edge version
(edit) @616 [616] 08/21/07 14:16:00 lazyatom Added tests and support files for testing mixing of arbitrary code types …
(edit) @615 [615] 08/08/07 04:00:52 lazyatom Updating edge test application to use trunk of rails and the engines …
(edit) @614 [614] 08/08/07 02:43:57 lazyatom public_files_test.rb had a wrongly-named test case
(edit) @605 [605] 08/02/07 04:34:42 lazyatom Misc changes to the test application
(edit) @604 [604] 08/02/07 04:25:07 lazyatom Rails at 1.2.3
(edit) @603 [603] 08/02/07 04:22:14 lazyatom Misc changes to the test application
(edit) @599 [599] 05/13/07 05:43:39 lazyatom Enable the mixing/loading disable flags when testing a plugin
(edit) @598 [598] 05/13/07 05:42:57 lazyatom Include database.yml now
(edit) @597 [597] 05/13/07 05:39:55 lazyatom It seems the production DB entry is required
(edit) @595 [595] 05/13/07 05:32:57 lazyatom Adding SQLite database to make it easier to run tests
(edit) @590 [590] 02/04/07 09:51:37 lazyatom Added some more actionmailer tests to confirm that implicit and explicit …
(edit) @589 [589] 02/04/07 09:40:51 lazyatom Added some new multipart email templates and altered they way they are …
(edit) @585 [585] 01/28/07 05:24:25 lazyatom minor tweaks to test application
(edit) @584 [584] 01/28/07 05:13:42 lazyatom Adding a migration to take all plugins to their current required database …
(edit) @569 [569] 01/21/07 07:40:08 lazyatom Added a test for the addition of plugin versions into Rails::Info, but …
(edit) @566 [566] 01/21/07 07:05:16 lazyatom Tidied up version setting (we don't accept Procs anymore)
(edit) @564 [564] 01/19/07 09:11:57 lazyatom Updated environment.rb to match the default Rails 1.2.1 version
(edit) @563 [563] 01/19/07 09:10:18 lazyatom Updated plugin tests now that there's no "Engines.version" (see instead …
(edit) @562 [562] 01/19/07 09:09:42 lazyatom Updated boot/environments to Rails 1.2.1
(edit) @556 [556] 01/19/07 06:21:54 lazyatom Switching to Rails 1.2.1 official release
(edit) @544 [544] 01/16/07 04:09:42 lazyatom Fixed external for the login engine plugin
(edit) @543 [543] 01/16/07 04:07:58 lazyatom Created Rails application and added plugin externals
(edit) @542 [542] 01/16/07 03:58:50 lazyatom Creating test application for Rails 1.2
(edit) @529 [529] 01/03/07 09:33:27 lazyatom Changed external to point to proper 1.2 release branch
(edit) @525 [525] 01/03/07 06:58:07 lazyatom Added new testing extensions - Fixes Ticket #120
(edit) @521 [521] 01/03/07 02:55:40 lazyatom Now logging dependency activity
(edit) @518 [518] 01/02/07 09:18:07 lazyatom Added routing from plugins
(edit) @515 [515] 01/02/07 08:03:14 lazyatom Added more tests for ActionMailer? with plugins, and overriding plugin …
(edit) @513 [513] 01/02/07 04:05:32 lazyatom Added tests for plugin layouts
(edit) @509 [509] 01/02/07 02:34:50 lazyatom Fixed image_tag extensions and tests
(edit) @507 [507] 12/29/06 04:44:03 lazyatom Working on public asset tests
(edit) @506 [506] 12/29/06 03:33:49 lazyatom Fixed unit tests for plugin/engine loading Changed alpha_engine version to …
(edit) @505 [505] 12/29/06 03:10:29 lazyatom Removing continuous builder - it's just mess at the moment.
(edit) @504 [504] 12/29/06 03:10:01 lazyatom Moved test engine plugins init_engine.rb to plugin-standard init.rb
(edit) @501 [501] 12/20/06 09:13:36 lazyatom More testing for Rails 1.2
(edit) @496 [496] 12/20/06 02:23:44 lazyatom Updating test app
(edit) @490 [490] 12/15/06 08:53:47 lazyatom More scaffolding for the test application
(edit) @488 [488] 12/14/06 08:12:00 lazyatom Infrastructure additions for testing new engines
(edit) @485 [485] 12/08/06 00:36:13 lazyatom Working on Rails 1.2…
(edit) @483 [483] 12/04/06 08:52:17 lazyatom Changed to development branch of engines plugin
(edit) @480 [480] 11/26/06 04:23:03 lazyatom Use rails 1.2 pre-release branch
(edit) @479 [479] 11/25/06 03:32:10 lazyatom Adding tmp directory
(edit) @476 [476] 11/23/06 08:26:52 lazyatom Editing externals for Rails 1.2
(edit) @464 [464] 10/16/06 09:05:58 lazyatom Updates to the test application
(edit) @457 [457] 10/16/06 02:55:44 lazyatom Creating test project for edge rails
(edit) @430 [430] 08/18/06 03:49:39 snowblink Updated Login Engine test to use Rails 1.1.6
(edit) @419 [419] 08/14/06 07:45:02 lazyatom Added stuff for multipart email tests, code mixing tests, etc
(edit) @413 [413] 08/10/06 02:27:02 lazyatom Updated vendor/rails to 1.1.5
(edit) @406 [406] 07/05/06 03:03:12 lazyatom Tweaked database.example.yml
(edit) @403 [403] 07/05/06 02:11:39 lazyatom Tidying up the test application
(edit) @402 [402] 07/01/06 11:03:06 lazyatom Adding tests for action view helpers [Ticket #179]
(edit) @400 [400] 07/01/06 10:33:54 lazyatom Updated README_FOR_APP, directing users to use migrations. Also updated it …
(edit) @399 [399] 06/30/06 11:26:10 lazyatom Updated test application to Rails 1.1.4
(edit) @395 [395] 06/03/06 06:51:00 lazyatom Added module controller for testing
Note: See TracRevisionLog for help on using the revision log.