search for: zhchua

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

Did you mean: chua
2010 Mar 19
2
migration
Hi all, I have migrated with some tables in my application. After some days i need to add few more tables to database. The initial tables in database have some data. when i try to migrate the database for second time with rake db:migrate it is saying the alredy table exist <table name> and rake is aborted. i dont want to loose the old data and i want to add new tables to alredy exiested
2011 Dec 26
6
When to dive into Rails?
Hello people! This is my first post here and generally the first post I''m making on the web regarding Ruby or Rails. I come from PHP and especially Joomla. I can''t say I have done some "serious" development till now. I''ve developed small projects but never something ''big''. But these last months I''m very productive and I have a
2011 Oct 01
6
Rails website start up time
My application is starting/loading very late when hit my website url in the browser. Can anybody give some tips to optimize it please. -- 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
2011 Aug 25
7
How to safely embed JSON object in HTML document
Hi all, I''m working on a Backbone.js single page app with Rails 3.1, and in an attempt to save on HTTP requests, I want to embed initial data set in a HTML document that is sent back to the browser after successful login. I was thinking I can simply convert my ruby object to JSON, then HTML escape resulting string of JSON, and then use that as a value for JavaScript variable. Something