Blog Buzz: Java vs PHP vs RubyJuly 12th, 2007 All these three languages are generating a lot of buzz in the blogosphere. It appears Java is currently having an upswing while Ruby is having a downward trend.
Why Ruby And ROR Really SucksMarch 25th, 2006 Ruby and ROR fanatics have adopted a highly annoying habit of luring hapless readers with highly provocative titles like "Ruby is not ready for production. Definitive proof".
Ruby on Java = JRuby - Project to WatchDecember 18th, 2005 JRuby is a project to watch for. It implements Ruby on Java virtual machine.
Installing Ruby Extensions on SolarisJune 20th, 2006 When you are coding a C extension for Ruby, and you use mkmf to create your Ruby Makefile on a Solaris box, make install may fail. Solution:
Add -lsocket -lnsl after -lingres.
Introduction To Ruby For Java DevelopersJune 30th, 2006 Most Java programmers attempt to use Ruby like they use Java, similar to the mistakes C/C++ programmers commit when transitioning to Java. However Ruby provides a cleaner programming paradigm which if embibed can be effectively used to solve your problems.
Java versus PHP versus Python versus Ruby - Job ComparisonApril 5th, 2006 An interesting chart comparing available jobs for these four popular languages - java, php, python and ruby. All of them are extensively used for web application development.
Developer Tips: How To Show Line Number in vi / vim & nanoNovember 5th, 2008 vi / vim as well as nano are the most popular editors on Unix / Linux / Solaris and for hardcode Mac OSX users too. For developing / debugging we need line numbers.
On Java And Ruby CommunitiesAugust 10th, 2006 Rob Sanheim commented on Java & Ruby communities. Ruby has Dr.
Java versus Ruby versus PHP TrendsMay 23rd, 2006 They say a picture is worth thousand words. Let the picture speak for itself.
Serious Security Hole in Ruby on RailsAugust 10th, 2006 A serious security concern in Ruby on Rails has forced the Rails team to come up with release 1.1.5, without waiting for the scheduled release of 1.2. David from Ruby on Rails team says:
This is a MANDATORY upgrade for anyone not running on a very recent edge (which isn’t affected by this).
Reverse Hyping Java - Myth and realitiesDecember 16th, 2005 It has become a fulltime jobs of some morons to reverse hype Java for several years now. First it was "Java is slow" myth which was perpetuated.
How to Write Java WebStart Application in 5 minutesFebruary 26th, 2009 They say, the best way of learning is to do-it-yourself. When I was assigned to write an article on Java Webstart, I thought to truly understand what's happening with Java Web Start, let's create a program and try to deploy it through any web server.
Is Ruby very syntax rich? Do you like it? I don't.August 19th, 2008 I tried delving into Ruby couple of times in the past. Every time I had this weird feeling of what am I doing here when I am already very well conversant with a simpler language - Java, which gives me everything I need.
Java Gains in PopularityJuly 19th, 2006 Java increased its lead as the leading programming language according to TIOBE's index. PHP maintained its 4th position while Ruby moved up 13 positions to 17th.
How To Easily Develop Firefox ExtensionsJune 21st, 2006 Paul Adams explains how you can develop Firefox extensions using the handy Extension Developer's Extension. The example is easy enough but don't be fooled.
October 8th, 2008 at 12:06 pm
Ruby language is often used in conjunction with the Rails framework, created by David Heinemeier Hansson in 1994. It is a framework consisting of a variety of programs to help you develop web application easily and quickly. Thus, Ruby on Rails is the most popular and profitable web development tool which makes the work of Ruby programmers simpler as it cuts down on the amount of code writing.
In spite of having their own identities, Ruby language and Rails framework perfectly compliment each other and are often thought of as an inseparable unity. Actually, Ruby is the base foundation for Rails; it was built on the ground of Ruby language.
So, if you have a perfect knowledge of Ruby, you will definitely not face any problems working with Rails. However, it doesn’t purport the idea that without mastering Ruby you won’t be able to work on Rails. But it will greatly facilitate your understanding of the Rails code and significantly decrease the time taken to make your application go up. Thus, they both go hand in hand.
In comparison with the other programming languages and development frameworks, Ruby on Rails is a very efficient and highly beneficial way of developing successful web applications in a shorter time.
It is no wonder that Ruby has received world wide recognition and has successfully been used by programmers as an efficient development tool.
http://www.developer4lease.com/rails/ruby-programming.html
March 4th, 2009 at 3:04 pm
[...] will ideally need a source code editor like JEdit. At the least use notepad or vi (on *nix) to edit the source code. Do not use any word processing [...]