Closed sushant2675 closed 10 years ago
@sushant2675 I edited your issue. I saw jquery-datatables-rails commented at you Gemfile (last line), but i think that error persist at your code same uncommented that line.
About the question:'Are you using rvm, rbenv or chruby?' , Is it how do you installed ruby? they are ruby version manager.
Only for curiosity, what operations system are you using?
It is a strange error, could you try at your terminal, inside your project folder, to skip Redmine:
$ bundle install
$ bundle exec rails s
I will try creating a project to test.
Hi @ricardodovalle,
I think I am using rvm as I see rvm/bin in my PATH.
Thanks
Hi @ricardodovalle,
I am on Mac os x 1.9.3.
Thanks
Hi @ricardodovalle, Yes, if I skip RubyMine then I do not get the error. One dumb question though, to use it souldn't my table tag be <datatable>...</datatable>
Thanks
@sushant2675, I think you are with a trouble with the ruby manager, maybe Rubymine are getting the wrong ruby, because there are the ruby from system (global) and the the local ruby (rvm). I almost finished a simple project: https://github.com/ricardodovalle/jquery-datatables-bootstrap2 I was trying only to solve a small error with the json format. (There are errors)
Take care with Rubymine, I don't know if the IDE knows how to use rvm. I have used Sublime Text and I am testing Github Atom.
@sushant2675
About the tag <datatable>
, i don't think so because this html tag doesn't exit. http://www.w3schools.com/tags/
@sushant2675 May I close the thread?
Hi @ricardodovalle,
Sorry the IDE Rubymine was running on another version of ruby. Sorry for the trouble. Thanks a lot for your help. Kindly close the thread.
Regards, Sushant
Thank you @sushant2675 for using the gem. Any doubts, just ask.
Best regards. Ricardo
Hi @ricardodovalle , Thanks for your reply. Sorry, I could not understand by the statement 'Are you using rvm, rbenv or chruby?' I have both rvm and rbenv in my system.
Did Rubymine set to the same ruby bin? - Yes
Did you install nodejs or therubyracer? - therubyracer
My Gemfile:
My application.js:
My application.css:
Thanks again. Regards, Sushant