search for: theme_support

Displaying 5 results from an estimated 5 matches for "theme_support".

2007 Apr 23
0
is theme_support the only theme plugin in rails?
Hi: I am just wondering if theme_support is the only themes enabler plugin in rails? I have a feeling there is more but i can''t seems to find it by searching .. Any help? Regards --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:...
2007 Mar 06
4
Rails 1.2 / Theme support plugin issue: Fix
This is to answer one of my old issues, that I was having using Theme support plugin using with Rails 1.2. When you get an latest edge Rails update and run your application which has Theme support plugin you will get following error /script/../config/../vendor/plugins/theme_support/lib/patches/routeset_ex.rb:26:in `create_theme_routes'': undefined method `named_route'' for #<ActionController::Routing::RouteSet:0x1313b78> (NoMethodError) from ./script/../config/../vendor/plugins/theme_support/lib/patches/routeset_ex.rb:13:in `draw'' from ./scrip...
2007 Jan 24
0
problems with themes in rails 1.2.1 -> named_route
...alot of grief later.. i have been using the theme plugin (2) on several projects.. i updated to 1.2.1 today, and upgraded my mongrel to the latest one.. when i try running mongrel after updating my project, i get the following error: /Users/xxxx/Sites/theres_this_place/config/../vendor/plugins/theme_support/lib/patches/routeset_ex.rb:26:in `create_theme_routes'': undefined method `named_route'' for #<ActionController::Routing::RouteSet:0x14d5c18> (NoMethodError) which is actually alot longer (3).. is there something i need to to to get named_route working? the fix mentioned in...
2006 May 25
1
AppMailer and McCray''s theme generator
....org/projects/theme-generator/ Everything works fine, but rendering an action in a controller using the AppMailer raises this: undefined method `current_theme'' for #<AppMailer:0x39df950> Is there someone who could help me ? Thanks ! Mickael. Traces: #{RAILS_ROOT}/vendor/plugins/theme_support/lib/patches/actionview_ex.rb:16:in `render_file'' D:/MATech/Prog/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionpack-1.12.0/lib/action_view/base.rb:267:in `render'' D:/MATech/Prog/INSTAN~1/ruby/lib/ruby/gems/1.8/gems/actionmailer-1.2.0/lib/action_mailer/base.rb:363:in `render''...
2006 Aug 15
0
Plugin routes with edge?
Can anyone tell me what would be the preferred way to automatically include routes from your plugin? I''ve previously used a method based on the theme_support plugin by Matt McCray, but that method seems to no longer work with edge rails due to the routing changes. Any ideas? Thanks.