RoR rely on ActiveRecord. I noticed one issue in ActiveRecord. Say, if you have block of code where you called #find. if #find return one record you will get an ActiveRecord object otherwise, you will get an array of ActiveRecord object. I would rather prefer to have one more class that would be similar to Array but will have more methods for easier handling of ActiveRecord objects.
Mohammad Khan --- In [email protected], Mojahedul Hoque Abul Hasanat <[EMAIL PROTECTED]> wrote: > > I support Hasan. > > Putting your application on the web is the way to go. Not every type > of app can be put on the web of course. If you make this a web based > application, I would suggest Ruby on Rails. My second choice would be > PHP. > > Java has its place, but it's not for applications you want to develop > easily and quickly . > > > On 11/9/05, hasan83bd <[EMAIL PROTECTED]> wrote: > > hmm... > > > > I think it will better if you learn Ruby (usally u can learn Ruby with > > in a day).... > > > > I think will enjoy the simplicity of Ruby language.... > > > > Ruby supports Wx and GTK type widgets so dont worry about UI... > > > > If u have Web enabled project, u have more advantage... Ruby On Rails > > the simple, the best (~) framework.... to make your life more easier. > > .. more pleasure in development.....etc.... > > > > and Ruby is cross platform supported prog. lang.. so dont worry... > > learn it today.... > > > > http://www.ruby-lang.org > > http://rubyonrails.com > > > > Thank you > > NHM Tanveer Hossain KHan (Hasan) > > http://hasan.we4tech.com > > http://www.somewherein.net > > --- In [email protected], shamim shahriar <[EMAIL PROTECTED]> wrote: > > > > > > Dear List members > > > > > > I would highly appreciate your suggestion, comment, > > > directions on this matter, so please feel free to be > > > eloquent :D > > > > > > The scenerio is, I am planning to develop a homebrew > > > software for my office. The majority of the desktops > > > run Windows (2000 or XP, logs into a domain, and the > > > users are member of the default "user" only, so no > > > "power or admin rights"), Mac OS9 (two or three), > > > MacOS-X (two), Linux/Unix running KDE (five). > > > Therefore, I am looking for a good RAD tool that can > > > help me in building the software from scratch (even if > > > it means re-inventing the wheel :D), a software that > > > can be compiled for all these platforms, and used from > > > the same set of code. > > > > > > As a second step, I'd like to put it on the web too -- > > > if that is not too much a hassle. > > > > > > Therefore, my question to you is, which Programming > > > Language / software should I use to meet my purpose. > > > > > > A few things that might help you in suggesting: > > > > > > a. I am willing to give up the Mac-s if required. They > > > are not *that* urgent, and I am ready to sacrifice it > > > for better functionality. > > > > > > b. I will be connecting to MySQL database in the > > > backend. > > > > > > c. I would like to have a visual designing area if > > > possible. > > > > > > That will be all for now. Expecting tons of suggestion > > > from you all. :D > > > > > > Best wishes > > > > > > Shahriar > > > > > > > > > > > > > > > __________________________________ > > > Yahoo! Mail - PC Magazine Editors' Choice 2005 > > > http://mail.yahoo.com > > > > > > > > > > > > > > > > > > > To unsubscribe send a blank mail to: > > [EMAIL PROTECTED] > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > -- > Mojahed > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/hYOolB/TM --------------------------------------------------------------------~-> To unsubscribe send a blank mail to: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/bdlug/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
