Well, Rails 1.1 is out now. And that is a problem for Typo. See, when we tried running it under Rails 1.1rc1 we discovered that this new version of Rails has certain problems with components. Basically, Rails isn’t setting up the component namespaces that we’re expecting it to. I guess this is what I’ll be spending tomorrow evening hammering on.
Update: As of 10:57 AM this morning, Typo trunk now supports Rails 1.1 (and should work with Rails 1.0 too).
Entries (RSS)
March 28th, 2006 at 2:52 pm
Here’s what I tried:
config/envrionment.rb
line 105 Comment out
#ActionController::Base.enable_upload_progress
Installed the upload_progress plugin in vendor/plugins
==============================================
components/plugins/sidebars
*.rb
remove Plugins::
from class definitions
==============================================
components/plugins/textfilters
*.rb
remove Plugins::
from class definitions
=============================================
Blog seems to work, but only 1/2 of admin works.
missing controller_name on nil object error and
all of the trace is in webrick/rails code.
Giving up for now…
March 28th, 2006 at 11:27 pm
Heh, thanks, but you don’t need to try and update Typo for us. We’re well on the way already.
March 29th, 2006 at 9:41 am
I’m having the same problem – my blog is foobar for now. Please keep us updated if you find a fix.
March 29th, 2006 at 11:20 am
We are working on a fix. At the moment, the recommended fix is to run `rake freeze_edge REVISION=3303`to install Rails 1.0 into your vendor directory. If that doesn’t work, try `svn export http://dev.rubyonrails.org/svn/rails/tags/rel_1-0-0 vendor/rails`.