Closed jalkoby closed 13 years ago
Just to be sure, did you run bundle install ?
Yes I run bundle install, that install active record gem. But issue, on my opinion, that require is missing or come to late
I had the same issue. To fix it, in your Gemfile change gem 'activerecord'
to gem 'activerecord', :require => 'active_record'
.
Oops. Good catch @dylanvee. I've pushed a fix https://github.com/lifo/cramp/commit/9b8e0b869715fad9ac40d663a8e71422b9068e5a
Thanks.
I try create and run cramp application with activerecord functionality, but when I run server it give me error:
After adding
Server start. Is anybody have that problem, or it's only in my system?