Hello all, I'm a noob in Ruby on Rails and Im currently doing a site that lists user contacts from a database. I have buttons on the site if you want to view...
Hello Everyone. I recently decided to learn Ruby on Rains and love it so far. Like another member on this list, RE, I am a PHP developer, however unlike RE I...
Ruby / Ruby on Rails Jobs Yahoo Group http://groups.yahoo.com/group/rubyrails -- No virus found in this outgoing message. Checked by AVG Free Edition. Version:...
Hello Everyone, I hope you AJAX pros don't mind me asking such a simple question, but it's been baffling me all weekend. I'm trying to learn the AJAX side of...
Hi there, Chad Fowler, developer of RubyGems, contributing author to Programming Ruby and author of the upcoming Pragmatic Rails Recipes,will present a 1 day...
Hi Natasha,
How are you? its really a good news that you are organising such a good seminar for Ruby or ROR Programmers. Natasha, I am Deepak Kalhan...
hi there, question with selecting in ruby on rails.. how do i get the select..from.. not in (select table) this is what i got for now.. @exist_persona_types =...
nevermind this. i got the answer, i just made it in a query.. ehe @remain_persona_types = PersonaType.find_by_sql [ "SELECT * FROM persona_types WHERE id NOT...
Hi i am shiv nd i am got hooked up to this new phenomena called Ruby On Rails. I really wish to learn nd being alone this cruel programming world can be tough...
hello, i am a php programmer and i recently decided to learn Ruby on Rains, but i want to know how to intsall ruby with an apache server, and if u want to...
I installed InstantRails. I guess this installs mySql db along with it. I am using SQL navigator as the IDE to connect to DB. Now, how do i find the name of...
I'm starting with InstantRails with a background in OOP (Object Pascal, Java, etc.). I am creating an application that allows the user to enter multiple values...
I want to allow users to enter a set of data that will be represented by a number of rows in a single table. Should I use an ActiveRecord descendant that does...
Hi Everyone, Joe Noobie here trying to do the absolute basic example in Agile Web Development with Rails Chapt 6. WEBrick seems to resond to the first request...
Hi All, I've installed RoR on my local machine. During the process I learnt it is a good idea to note down the steps. I've done that as well as posted the...
Has anyone run successfully run WebRick (and a Rails app) with JRuby Regards Laurent Bois http://www.laurentbois.com/ http://jurassicgeek.blogspot.com/ ...
Hi, I turned off the rails pluralization. However, when I try access http://localhost:3000/genericos/pais, rails is searching a model called pai.rb (that...
Hi Everyone, I've been playing around with RoR, and love it and am implementing a project which I want to use the Single Table Inheritance Feature. The ...
Well i appreciate it how you make possible it i am very new programmer to RoR and need your help in uploading the photo using ruby i have to upload photo in...
Another Rails developer told me that you can override the name using: inheritance_column()- Defines the column name for use with single table inheritance —...