Discussions
- General Development
- Schema Development
- Apex Code Development
- Visualforce Development
- Formulas & Validation Rules
- Security
- Mobile
- Force.com Sites & Site.com
- Chatter Development
- Java Development
- .NET Development
- Perl, PHP, Python & Ruby
- Desktop Integration
- APIs and Integrations
- Visual Workflow
- Apple, Mac and OS X
- VB and Office Development
- AppExchange Directory & Packaging
- Salesforce Labs & Open Source Projects
- Other Salesforce Applications
- Jobs Board
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
RoR and SFDC
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-29-2012 06:16 AM
Hello guys,
I'm in need of a little help.
I got an assignment to make a generic rails page from which any user can insert records into SFDC.
There must be 2 pages, one available to an admin, like a control panel to set the required sObject for the form and easily add sfdc credentials, and another page to actually insert the record.
The form will be dynamic, ie it will change the fields depending on what sfdc has. I'm thinking this can be done through sObject describe calls, to get the metadata and construct the model from there...
As for the gem used to connect to SFDC, what do you suggest using, rforce or ActiveSalesforce? I must admit that I'm new to Ruby and RoR so I'm open to sugestions. :)
Has anyone done smth similar or do you know any examples on how to do this?
Any bit or link helps.
Thanks!
Adrian

