running virtual rails on linux mint.. Set up a default route and remove or rename this file Routes are set up in config/routes.rb. .quick dumb question...do i setup the default route in the command prompt terminal or an IDE? im learning as i go here...i tried running config/routes.rb in a terminal and got the following error virtualrails@jay ~/blog $ config/routes.rb bash: config/routes.rb: Permission denied -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
> running virtual rails on linux mint.. > > Set up a default route and remove or rename this file > Routes are set up in config/routes.rb. > > .quick dumb question...do i setup the default route in the command > prompt terminal or an IDE? im learning as i go here...i tried running > config/routes.rb in a terminal and got the following error > > virtualrails@jay ~/blog $ config/routes.rb > bash: config/routes.rb: Permission deniedThis should help... http://guides.rubyonrails.org/routing.html -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.