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