Kunjan, when you try to connect to salesforce with the, activesalesforce, you should set infos in config/database.yml like below.
development: adapter: activesalesforce username: [email protected] password: zzzzzzzz You might see some errors while trying to login. In That case, I suggest that you check salesforce's security setting via Setup | Administration Setup | Manage Users | Profiles. In the profile, you can set Login IP Ranges so you have to set this. Note that the profile is the one your user set. HTH -- Posted via http://www.ruby-forum.com/. -- 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 [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-talk?hl=en.

