so my experience with rails 3.1 rc and jruby is the following so far: first fix was the template you use with jruby https://github.com/jruby/jruby-rails-templates/commit/7d8f3bd518bfd3cf82958b0d6ca7659cc0626c27
then the webrick server started ! what I did is summarized in https://gist.github.com/1018786#file_gistfile1.txt which basically new rails application, scaffolded a resource, migrated the DB and the started the server. first issue ------------ one error is the coffee script https://gist.github.com/1018786#file_error%20compiling%20asset%20application.js any pointer where to dig in here ? can I use rails-3.1 without javascript ? to what extend does it matter for the rest of the application if that this script is not there ? second issue ---------------- it does not save the model into the database, end of console log https://gist.github.com/1018786#file_console%20log is that just because the user has no ID ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
