This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
is there any possibility using other languages using ruby on rails. if yes what is the necessity of using it.whether we can implement that too in ruby coding.
I.J.K.Dhayalan MCA,<br />Software Engineer.
Rusty Shackleford
Ranch Hand
Joined: Jan 03, 2006
Posts: 490
posted
0
Not that I am aware of, the name Ruby on Rails is pretty explicit. Why would you want to? The power and flexibility of Rails is directly correlated to the fact that Ruby is so powerful and flexible.
If you want a nice rails-like framework in a different language, you can try Django which is based on Python, another outstanding language. There are some wanna-be rails frameworks in PHP(yuck!).
"Computer science is no more about computers than astronomy is about telescopes" - Edsger Dijkstra
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35241
7
posted
0
There's also Grails which uses Groovy instead of Ruby.