I would like to know that how to communicate using ROR with salesforce.
For that I have setup ROR on my local system and while executing
command: rake gems:install, it gives error like: rake aborted!
development database is not configured.
Please let me know what is wrong and how to solve the above error.
I would like to know that how to communicate using ROR with salesforce.
I would suggest you start by reading through
For that I have setup ROR on my local system and while executing
command: rake gems:install, it gives error like: rake aborted!
development database is not configured.
You need to specify your database details in /config/database.yml for
the DB server you’ll be using.
Please let me know what is wrong and how to solve the above error.
I would suggest some introductory tutorials as recommended by Marnen
earlier and I quote:
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.