Re: [Rails] Javascript error in Rails

2012-09-07 Thread @iamreff
Hola Javier, I figured out what was wrong. Somewhere along the way in getting Rails installed I had commented out jquery in the Gemfile. I hate self inflicted wounds. Thanks for your response. On Friday, September 7, 2012 10:40:05 PM UTC-4, JavierQQ wrote: > > Can you post the content of > >

[Rails] Javascript error in Rails

2012-09-07 Thread @iamreff
or in 16ms ActionView::Template::Error (couldn't find file 'jquery' (in /Users/iamreff/ruby/kidtunes/app/assets/javascripts/application.js:13)): 3: 4: <%= full_title(yield(:title)) %> 5: <%= stylesheet_link_tag"application", :media => "all"

[Rails] Re: Database and model design for multiple user roles

2012-09-05 Thread @iamreff
Interested to know which direction you went in since I'm working on this issue now. thanks. On Sunday, March 25, 2012 4:52:10 AM UTC-4, pavlos kallis wrote: > > I would like to create a web application that has two types of users, > producer and consumer. > Both users have three fields in commo