Displaying 2 results from an estimated 2 matches for "naijaguy".
2008 Sep 08
0
uninitialized constant error with restful authentication
...uturial, and I''m stuck on this:
1. $ ruby script/generate scaffold Role rolename:string
2.
/Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:492:in
`const_missing'': uninitialized constant User::Authentication (NameError)
3. from
/Users/naijaguy/Sites/rails_apps/testauthapp/app/models/user.rb:4
4. from
/Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:in
`load_without_new_constant_marking''
5. from
/Library/Ruby/Gems/1.8/gems/activesupport-2.1.0/lib/active_support/dependencies.rb:215:i...
2011 May 25
1
trouble using jQuery in Rails 3.0.7
I''ve tried to install JQuery a couple of times now, and I''ve followed
the steps for Rails UJS mentioned here:
https://github.com/rails/jquery-ujs
The last time I went ahead and added jQuery UI as well:
$ rails generate jquery:install --ui
remove public/javascripts/prototype.js
remove public/javascripts/effects.js
remove public/javascripts/dragdrop.js