Closed zhengnantc closed 14 years ago
You need to do this
sudo gem sources -a http://gems.github.com
I did that, and I can see that rubyist-aasm (2.1.1) is installed from "gem list". I also added " gem 'rubyist-aasm', :require => 'aasm' " in my Gemfile.
However, the rails console still doesn't work.
The console keeps saying: undefined method `acts_as_state_machine' for #Class:0x1033c41d8
Did I miss anything?
Hi:
I am trying restful-authentication with aasm under Rails 3. But after after add "gem 'rubyist-aasm', :require => 'aasm'" to Gemfile, I can't get into rails console. Always saying:
Without using rubyist-aasm, the console will say:
Loading development environment (Rails 3.0.1)
Any clue for this problem?