On Sat, May 31, 2008 at 8:37 PM, almightyscrotum <anthony@...> wrote: <snip/> ... Perhaps because we've traditionally been clerks ? I think it'll take ...
Hi folks Pune Flex users group meet is on 8th June. Here are the details. Venue: Netscout Systems India Ltd (www.netscout.com) Amar Caliber, Off BMCC College...
First, a couple of points in defense of the Young Indian Software Professional. I suppose everyone remembers, the old 'engineer or doctor?' question asked by...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Jun 2, 2008 4:04 am
1400
Experience with Open Social, Facebook development needed; Javascript, python or Rails skills is must. To Apply: submit your resume to careers@......
BetterLabs is hiring Ruby on Rails developer experienced in creating, maintaining and testing applications. Strong ruby and ROR skills are a must. Required...
Hi All, I am new to RoR, I have hosting space on site5 and want to install redmine [ruby based project management tool]. To do that I started with install...
Hi Guys, Hope You All are Good, and doing well in You Corresponding Organizations. I wish for your Good Career Growth. Guys After a Long time I am Posting this...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Jun 16, 2008 4:40 am
1405
Hello Guys, This is Me Again, with One of my Problem. Sorry Guys to disturb you, but I need some of Your time to look at my problem, and Please help me to sort...
Hi Shalmali, ... with Ruby. If Ruby were accepting 00 as day or month, THAT would definitely be a problem! ;-) But seriously now, I think you probably have a...
Use this: http://snippets.dzone.com/posts/show/4875 Anup On Mon, Jun 16, 2008 at 1:51 PM, Puneet Pandey <puneet_pandey85@...> ... [Non-text portions of...
Hi Puneet, I guess you missed out Gem's documentation & examples... http://github.com/cardmagic/contacts/tree/master/examples/grab_contacts.rb -- Maku ...
Thank You Mayank and Anup for Your Help and Time that U have given to solve my Problem. I will go through Your Given links and will get back to you Soon, Thank...
Thanks Aman, I have solved the problem by creating different columns for date, month, and year. Storing only year was not good idea. Because date and month...
Hello, Consider a scenario, where I have two models, say account and address, I am accepting their values from one form on rhtml page. I also have two...
- A form can submit to only one action, so use account controller. - You just need to create a scope around the second model object - Use fields_for tag for...
This is all you need to create multi-model forms -- http://railscasts.com/episodes/73 http://railscasts.com/episodes/74 http://railscasts.com/episodes/75 ...
Hello Guys, This is Puneet Again, I am discussing here one of the interesting Problem of Mine Regarding Video Uploading and Video Concatinate. Guys for Video...
Hi,why we are using include in cascading assocations.what is the mainpurpose eg: @books=books.find(:all,:include=>:authors). here we are getting all values in...
Hello all, Â I am trying to use ferret in my project. But I am facing problem while starting ferret server. Â I am not getting enough material on net about...
Hi, Try running the same active record find in console, you will get an array with two indices ,the first will be on the Books Class which will have attributes...
The :include option performs a join on the tables, which you want to be loaded. You should pass on a symbol of the association name, defined in model. Take for...
Hey Shalmail, Can you please tell me which version of ferret you are using. and which Operating system you are using. As i know you cannot start ferret server...
Hello all, Just a friendly reminder to keep checking our PuneRuby blog for the latest in Ruby and Rails - http://www.puneruby.com/blog/ Also, you learn Ruby...
puneruby@yahoogroups....
Jun 30, 2008 3:20 am
1424
Hi thanks for u r reply. am not getting correctly abt this concept. can u help to got idea on this. now i created two tables galleries and phographers. ...
Hi, We can make ferret work on WINDOWS too. check for more details. Thanx, CJ(JON) ... Hello all, Â I am trying to use ferret in my project. But I am facing...