search for: jatinkumar

Displaying 4 results from an estimated 4 matches for "jatinkumar".

Did you mean: jaikumar
2010 Jul 04
3
Generated By handling CRUD Scaffold
Good afternoon. I have two questions: First question: Can be defined at the time that I''m generating the scaffold the size of a string? For example name:string (50)? Second question: I wonder how to proceed correctly to include new fields starting at a CRUD generated by scaffold. Example: First step (I use): script/generate scaffold User name:string login:string Second step (I add
2011 Mar 10
8
How to install rails_tiny_mce in Rails2.3.10
I have tried followed the guide in https://github.com/sandipransing/rails_tiny_mce/tree/rails_2.x,but failed.I suggest the newest plugin in git://github.com/sandipransing/rails_tiny_mce.git only support Rails3.0.How to install in Rails2.3.10? -- 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
2011 Jun 15
12
Create or Update Model with JSON?
Having issue updating a model with JSON. I simply *"model.attributes=json"*, which does update the attributes but not the id, or uuid in this case. I want to save or create the record (if it''s id exists). Seems like this would be documented, but I''m not finding anything. I''m using a MOM to pass JSON between apps. Thanks. -- You received this message because
2011 Jun 03
0
How to upgrade from Rails 3.0 to 3.1
I have an application in Rails 3.0, which I want to upgrade to Rails 3.1. What should be the right approach to go for it? I have thought of this, and these are some of the things that come to my mind. I don''t know which one to do first, and how to perform each step in its entirety. 1. Get all my js files from /public/javascripts folder and then drop them in their appropriate places as