Results 1 to 4 of 4

Thread: Is Rails 4 Me?

  1. #1
    Join Date
    Feb 2006
    Posts
    164

    Question Is Rails 4 Me?

    Here's the question... Is Ruby On Rails the right framework to use for what I want to do?

    Here's what I want to do... Community service website with localized weather forecasts, real-time weather data, community forum, events calendar, "things to do and see", business directory, classifieds, blog, and integration of as much as possible with google maps.

    I currently have some of the components up and running using a conglomerate of hand coded php, modified php scripts, and other stuff. I want to move toward a much cleaner MVC/Ajax style architecture where much of the underlying data is served to the client in the background as XML, and the display is taken care of by a combination of XSLT, JavaScript, and XHTML on the client side.

    I don't know Ruby and am not a programmer by trade. However, I really enjoy learning new technologies and seem to be able to pick up new languages (at least to the point of being dangerous ) fairly quickly.

    What I want in the end is a structure that is much more maintainable / modifiable than the kluged together script conglomerate that I am headed toward now. I also want to improve the site performance.

    I've heard that RoR is a good framword for developing "web applications". I just don't know if the site that I'm trying to build qualifies as a "web application" .

    http://www.bigtreestech.com
    Thanks in advance!
    joe

  2. #2
    Join Date
    Feb 2006
    Location
    Metro DC, United States
    Posts
    100

    Default

    Quote Originally Posted by JoeP
    I've heard that RoR is a good framword for developing "web applications". I just don't know if the site that I'm trying to build qualifies as a "web application" .
    It certainly sounds (and looks) like your site qualifies as something you for which you could use a web application framework.

    You site looks nice, by the way. I like the font choice and the color combination.
    Eric
    ----
    "If you want to know what a man's like, take a good look at how he treats his inferiors, not his equals."
    ~Sirius Black, Harry Potter and the Goblet of Fire

  3. #3
    Join Date
    Feb 2006
    Posts
    164

    Default

    Quote Originally Posted by macgyver2
    It certainly sounds (and looks) like your site qualifies as something you for which you could use a web application framework.

    You site looks nice, by the way. I like the font choice and the color combination.
    Thanks!
    Actually one of the things I want to do is to have the background and colors change automatically with the seasons and/or current weather conditions.
    joe

  4. #4
    Join Date
    Feb 2006
    Location
    Metro DC, United States
    Posts
    100

    Default

    Quote Originally Posted by JoeP
    Thanks!
    Actually one of the things I want to do is to have the background and colors change automatically with the seasons and/or current weather conditions.
    joe
    Just last night I was thinking of writing a script to do that with my desktop background. I have a lot of pictures from all seasons and I thought it would be cool to classify them and have the script randomly grab one from the right category after checking the weather.
    Eric
    ----
    "If you want to know what a man's like, take a good look at how he treats his inferiors, not his equals."
    ~Sirius Black, Harry Potter and the Goblet of Fire

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •