When comparing Ruby on Rails vs GIMP, the Slant community recommends GIMP for most people. In the question“What are the best web design tools?” GIMP is ranked 4th while Ruby on Rails is ranked 8th. The most important reason people chose GIMP is:
GIMP is completely free and open source, meaning you can use GIMP and all of its features without spending a penny. This makes it an excellent case for artists or designers who may not have the budget to spend over 700 USD on Photoshop. It is also available for free on Windows, Mac OS and Linux. It's licensed under GPL with source code available [here](http://www.gimp.org/source/).
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Massive community with lots of tutorials and guides
The sheer scale and massive number of developers using Rails has produced a large number of guides, tutorials, plugins, documentation, videos and anything that can help new and old Rails developers.
Pro Many plugins (gems) available
There are many third-party plugins (Ruby gems) available for Rails development. The larger ones and those that have a lot of downloads and users are very well documented and easy to use.
Pro Ruby is a nice readable language
Ruby has a very clean syntax that makes code easier to both read and write than more traditional Object Oriented languages, such as Java. For beginning programmers, this means the focus is on the meaning of the program, where it should be, rather than trying to figure out the meaning of obscure characters.
presidents = ["Ford", "Carter", "Reagan", "Bush1", "Clinton", "Bush2"]
for ss in 0...presidents.length
print ss, ": ", presidents[presidents.length - ss - 1], "\n";
end
Pro Good conventions
MVC is a great starting point, and perfect for APIs. You'll rarely if ever have to wonder "where should I put this code?"
Pro Small projects are very easy and it's possible to finish one in very little time
The large number of documentation, tutorials, videos and guides which help new developers who are just starting with Rails make it seem very easy to create a small and simple application by relying on code generation and components that come out of the box with Rails.
Pro Cool language
Pro Supported on every major cloud or VPS hosting service
Rails is supported on every major Cloud hosting service nowadays. There are also countless tutorials that help developers deploy their Rails apps if there are any problems on the way.
Pro Meta-programming capabilities
Pro Free, open source and cross-platform
GIMP is completely free and open source, meaning you can use GIMP and all of its features without spending a penny. This makes it an excellent case for artists or designers who may not have the budget to spend over 700 USD on Photoshop. It is also available for free on Windows, Mac OS and Linux. It's licensed under GPL with source code available here.
Pro Powerful
GIMP is the most feature rich free image editing tool. It has most image manipulation and workflow tools that you would expect from an image editing software and what it lacks it makes up with plugins.
Pro Content-aware tools with a plugin
There's a content-aware fill plugin available for GIMP.
Pro Modular & single-window interface options
By default GIMP splits out each window, but you can check to use the one screen mode in options if you prefer.
Pro Lightweight
Compared to to other photo editing software, GIMP is very light weight. In addition it isn't very resource-intensive, meaning you can put it on a flash drive and have it with you to load up on just about any computer.
Pro Beginner-friendly
Gimp has less features than programs like Photoshop, but for a beginner, or someone not needing complicated options, Gimp is the perfect choice. It allows you to quickly do basic photo manipulation so you can easily get the product you need without having to worry about complicated features getting in the way.
Pro Full channel support
Cons
Con Learning curve seems low at first, but starts becoming steeper
Rails' simplicity is deceptive. It's learning curve is really low at first, and the huge number of tutorials and guides out there for starting with Rails make it even easier. But it starts getting harder and harder as apps become more complicated. If good code conventions and OO design are not followed, then the codebase will be all over the place and it becomes impossible to maintain it.
Con Too much magic
So much behavior is implemented with dynamic behind-the-scenes changes to existing classes that obscure bugs are way too common. Conflicting interactions between multiple plugins that both try to change the same objects are a particularly pernicious example.
Con Too much convention
Con Not a very popular language outside of web development
Con Bad performance
Among the slowest frameworks. If you want to scale, you will have to migrate to another land.
Con Unintuitive interface
GIMP doesn't embrace OS X application design, thus Mac users might have a hard time wrapping their heads around GIMP's interface.
Con Less features than other programs
Being a free program, it shouldn't be surprising that it has limited features. For those needing more advanced features for something more professional, GIMP just isn't for you.
Con Lacks adjustment layers
Adjustment layers offer a non-destructive way of combining different photo manipulations. Without adjustment layers the only way to see changes is by irreversibly editing the image.
They are promised in future updates.
Con Poor performance
