|
|
|
@723
|
[723]
|
02/03/08 13:40:22 |
seancribbs |
rails2: Make all extensions loaded by default. |
|
|
|
@722
|
[722]
|
02/02/08 14:47:31 |
seancribbs |
rails2: Update extension loader spec. |
|
|
|
@721
|
[721]
|
02/01/08 21:18:27 |
mislav |
work around a nasty issue with extensions + Dependencies unloading in … |
|
|
|
@720
|
[720]
|
02/01/08 20:09:29 |
mislav |
fix accidental artifact in the TODO |
|
|
|
@719
|
[719]
|
02/01/08 20:06:42 |
mislav |
fix the tree expansion issue in admin interface (cookie-related). minor … |
|
|
|
@718
|
[718]
|
02/01/08 18:48:46 |
mislav |
cleanup up the underscore layout hack by using method chain |
|
|
|
@717
|
[717]
|
02/01/08 17:40:25 |
seancribbs |
rails2: Refactored initialization, extension loading, updated plugins. … |
|
|
|
@716
|
[716]
|
02/01/08 15:02:08 |
mislav |
fix SiteController#show_page? for Rails 2.0. It seems the catch-all route … |
|
|
|
@715
|
[715]
|
02/01/08 14:00:02 |
mislav |
minor optimization for Page; remove the unneccessary 'virtual' accessor |
|
|
|
@714
|
[714]
|
02/01/08 13:58:17 |
mislav |
fix tests for PostgreSQL: comment out a test that breaks most of the specs … |
|
|
|
@699
|
[699]
|
01/10/08 11:46:41 |
jlong |
rails2: specs are now passing |
|
|
|
@698
|
[698]
|
01/10/08 11:27:56 |
jlong |
rails2: failures in initializer_spec.rb fixed |
|
|
|
@697
|
[697]
|
01/10/08 11:21:19 |
jlong |
rails2: failure in site_controller_spec.rb fixed |
|
|
|
@696
|
[696]
|
01/10/08 11:05:56 |
jlong |
rails2: the last text/unit failure is now fixed |
|
|
|
@695
|
[695]
|
01/10/08 10:54:19 |
jlong |
rails2: added RAILS2_TODO for us to track current issues with this branch |
|
|
|
@694
|
[694]
|
01/10/08 10:20:57 |
jlong |
rails2: failing tests in page_controller_test.rb fixed |
|
|
|
@693
|
[693]
|
01/09/08 09:43:01 |
jlong |
rails2: error in response cache spec fixed [Keeran Hawoldar] |
|
|
|
@692
|
[692]
|
01/09/08 09:34:03 |
jlong |
rails2: ActionMailer::Base.view_paths is now set correctly for extensions |
|
|
|
@691
|
[691]
|
01/08/08 09:49:18 |
jlong |
rails2: ActionController::Base.view_paths is now set correctly for … |
|
|
|
@690
|
[690]
|
01/08/08 09:04:46 |
jlong |
rails2: changed view extensions to ".html.erb" |
|
|
|
@689
|
[689]
|
01/07/08 10:54:30 |
jlong |
rails2: fixed content type test failures |
|
|
|
@688
|
[688]
|
01/07/08 10:04:36 |
jlong |
rails2: page_test.rb now runs |
|
|
|
@687
|
[687]
|
01/07/08 09:15:24 |
jlong |
rails2: updated environments |
|
|
|
@683
|
[683]
|
12/17/07 23:06:56 |
danshep |
Fix failing unit test for old type of logger |
|
|
|
@682
|
[682]
|
12/17/07 22:44:40 |
danshep |
Fix problems preventing script/console from running:
- acts_as_tree is … |
|
|
|
@681
|
[681]
|
12/17/07 21:29:47 |
danshep |
Upgrade to rails 2.0 |
|
|
|
@680
|
[680]
|
12/17/07 21:28:12 |
danshep |
Create branch for Rails 2 upgrade |
|
copied from trunk/radiant:
|
|
|
|
@679
|
[679]
|
12/16/07 21:58:01 |
seancribbs |
Escape angle brackets to avoid assertion warnings. |