Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Desktop Application Framework similar to Rails [closed]

I'm looking for a desktop application framework similar to Rails:

  • Good ORM

  • MVC

  • Default directory structure

  • View Helpers/DSL

  • Elegant

  • Open Source

  • Fun language

  • Decently mature

like image 267
jrhicks Avatar asked Sep 03 '09 18:09

jrhicks


People also ask

What is replacing Ruby on Rails?

It is now increasingly being replaced by other technologies like Node. js code, Python code, and Golang code. The death of Ruby on Rails code has been predicted for over a decade however it keeps on going and growing. The reasons are many, but the major one is that it's an easy-to-use code languages and framework.

Is laravel similar to Rails?

Laravel is better suited for performance and scalability, whereas Rails is slower when it comes to scalability. Laravel is better for web application with built-in authentication capabilities, whereas Rails wonderful feature for web application in the form of CoffeeScript, a built-in static compilation tool.

Are Rails and Django similar?

There are many similarities between Django and Rails along with their differences. Both of them are efficient in different tasks. They both give hard competition to each other in performance, speed, community support, scalability, security and more.


2 Answers

Check out Griffon, a Grails-like framework for Swing application development that fulfills all your needs.

like image 165
Pascal Thivent Avatar answered Sep 18 '22 05:09

Pascal Thivent


Have you checked out Shoes?

like image 37
Mike Buckbee Avatar answered Sep 19 '22 05:09

Mike Buckbee