vinsol / fullcalendar-rails-engine

Rails engine implementation of fullcalendar jQuery plugin(http://arshaw.com/fullcalendar/). Create, edit, delete, reschedule, resize events like google calendar.
http://vinsol.com/fullcalendar-demo
MIT License
66 stars 51 forks source link

Error mounting route : mount FullcalendarEngine::Engine => "/fullcalendar_engine" fails #22

Closed galonge closed 9 years ago

galonge commented 9 years ago

Hi, when i run the command mount FullcalendarEngine::Engine => "/fullcalendar_engine" on my ubuntu terminal i get the error "bash: /fullcalendar_engine: Permission denied ". i guess this is a problem with my system or so. i would appreciate if you can explain to me what exactly is happening here. any help will be appreciated.

Also, In the "Declare routes section on your doc", i think it will be better to specify what exactly one is suppose to put in between the quotes " ". i.e. whether to insert full application route or just a subpath to the installation of fullcalender_engine. thanks

aditya-kapoor commented 9 years ago

First of all you don't have to run Ubuntu's mount command. The mount command being referred here is the standard procedure to "mount" Rails Engines in your Rails app. The Declare Routes section requires you to add the specified line in the routes.rb. Before going ahead, I would recommend you to have a reading of the Rails Engines section of Ruby on Rails guides. That being said, I am giving this issue a close, feel free to open a new one if things still doesn't work out.