As you well know administrate_me is our beloved plugin, and it’s about to reach its two years old (and one amazing year since we opensourced it). We never stop using it and I believe that’s the main reason why this plugin has grown that much this year.
With administrate_me, we’re able to build a production-ready backend in a couple of minutes. It 

simplifies almost any management task you need to build for a rails app, this way you can focus and put all your efforts into application’s frontend.
We’re almost done with administrate_me 2.0 version (I believe its release will be on or about December 18th), you can watch plugin’s progress on github (even you can push some patches).
For those who can’t wait til December 18th, here you have a little snapshot of administrate_me’s backend new look
We’re definately there! yay!



1 comment so far ↓
I’m using the latest administrate_me from GitHub with Rails 2.3.0 on OS X 10.5.6 and getting an uninitialized constant error:
/Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/dependencies.rb:443:in `load_missing_constant’: uninitialized constant Test (NameError)
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/dependencies.rb:80:in `const_missing’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/dependencies.rb:92:in `const_missing’
from /Users/billlazar/Sites/jhtc3/vendor/plugins/administrate_me/lib/test_administrate_me.rb:178
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require’
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/dependencies.rb:156:in `require’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/dependencies.rb:521:in `new_constants_in’
from /Library/Ruby/Gems/1.8/gems/activesupport-2.3.0/lib/active_support/dependencies.rb:156:in `require’
… 18 levels…
from /Library/Ruby/Gems/1.8/gems/rails-2.3.0/lib/commands/server.rb:82
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require’
from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require’
from script/server:3
Anything you can tell me to get me up and running? This is my first trial with administrate_me, it looks very handy, and I get this error on pretty much anything (script/server, generate admin_view, etc…).
Thanks!
Leave a Comment