function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
M.R.BaderM.R.Bader 

ruby on rails

I trying to build app on rails that connect to salesforce
I follow up this link

 

http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_Toolkit_for_Ruby

 

but the app wont work
it give me this error on the page

 

Routing Error

uninitialized constant Salesforce::MerchandiseCsController

Try running rake routes for more information on available routes.

 

anyone can help please

DougFriedmanDougFriedman

Are you using Active Salesforce?  If so, I would suggest switching over to the databasedotcom gem which is much more current and actively supported (no ruby pun intended)

 

https://github.com/heroku/databasedotcom

 

Doug