search for: sproutcore

Displaying 6 results from an estimated 6 matches for "sproutcore".

2008 Dec 03
0
help with rails+sproutcore
I have been trying to use rails as the backend for sproutcore. I am following the tutorial: http://blog.lawrencepit.com/2008/07/19/sproutcore-rails/#comment-4 I have followed all the steps in the tutorial. When I try to run the http://localhost:4020/contacts, its gives me the following console errors: Contacts is not defined [Break on this error] Contacts.d...
2011 Feb 25
2
Rails 3 and Sproutcore
Hi people, Anyone is using Rails 3 (backend) with Sproucore (front-end) ? -- 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
2010 Jul 19
0
Sr. Web Application Developer (RoR) Career Opportunity in San Francisco !!
...NO interest in Web Designers. Candidates must have strong knowledge of the Ruby language, design principles and patterns. Solid knowledge of relational databases (Postgresql) and/or "NoSQL" document stores (MongoDB). * Experience with web front-end technologies and techniques including: SproutCore, JavaScript, HTML/CSS, jQuery, REST * Experience with agile engineering practices including: test-driven development, pair programming, refactoring and emergent design, continuous integration. Solid knowledge of relational databases (Postgresql) and/or "NoSQL" document stores (MongoDB)....
2008 Dec 23
2
rails 2.2 connection to MySQL
I have been trying to connect to MySQL thru rails. Initially I had rails 2.1.2 and upgraded to rails 2.2 to use RestAPI in sproutcore. Once I have upgraded my rails version to 2.2, I have been getting this error. All I did is the following: 1. rails addressbook 2. cd addressbook 3. script/generate scaffold Contact first_name:string lastname:string 4. rake db:migrate I also change the database.yml to suite MySQL. I have been ge...
2009 Feb 06
4
Full Ajax Application
Hello, I''m a newbie here... please... can anyone help me about FULL AJAX ? for example if i''m scaffolding a simple model and controller for product which only have 1 field for NAME:STRING with the command : script/generate scaffold Product name:string and for the generated code I like to turn it into a full ajax app, for example if i''m click the NEW or EDIT link it
2008 Dec 25
0
"Data RecordType could not be instantiated!: undefined".
I am trying to persist the data from sproutcore application to MYSQL using rails. I see that the post is happening on the rails with 200 as the response code but, i get an error "Data RecordType could not be instantiated!: undefined". Not able to see where the error is, verified the logs but no luck.. Any directions please?? --~--~---...