• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Ruby on Rails experience

 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I just want to share my experience in working with RoR. I see many posts about starting with Ruby and referring to IDEs, comparing with Java etc.

I am a Java programmer by birth. I have always worked in J2EE environment, web applications, web services. It was all Java C C++.

I work for a non-profit organization which had its website in php code base and we decided to continue with it so we tried cakePHP. Then we tried some CMS tools. Finally we used RoR and believe me it has been a cakewalk for us. There are so many tutorials available online, good references and links. I love the gems and everything is so easy. I use Eclipse+RadRails on Windows. Its a little bit of challenge wrt some pieces like CAPTCHA, papermate which require paths to be added to environment.rb

This keeps my environment different from the linux production environment. But we are very well into the project and since it is my personal time that I use - you can imagine.

Conclusion:
Transition is easy
Learning is easy
If you have tried Groovy and Grails - It takes all its inspiration from Ruby on Rails. In fact, I find many of their bugs are similar!!

Just wanted to share my experience.
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Same bugs? like what?
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
- id being only int
- composite key related issues

Many of them have cleared but there is a long way to go for Grails.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If IDs can only be integers this doesn't consider as a bug, a limitation maybe.
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John, I don't want to digress from the topic and thread. You can open a new thread in the appropriate forum for more details. I would suggest you do a comparison of the two bug lists to understand the gravity of the statement. I am listing my experience to share with ranchers since I found many starter questions.
 
Bring me the box labeled "thinking cap" ... and then read this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic