Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sample app for Rails 3?

Tags:

Can someone point me to a solid sample app that shows how to use the new features and syntax of Rails 3?

It's been answered before for earlier versions (https://stackoverflow.com/questions/248371/whats-the-best-open-source-ruby-on-rails-project-to-learn-from), but I have not seen one for Rails 3.

Specifically the following:

  • Routing
  • Mailer
  • new query syntax
  • complex forms (how do these work with the new routing)
  • unobtrusive js (specifically jQuery)
like image 471
Jonathan Avatar asked Apr 23 '10 19:04

Jonathan


People also ask

Is Ruby on Rails still relevant 2022?

Ruby's and Ruby on Rails' Overall Popularity Although way behind main contenders, such as PHP or Python, Ruby still makes the cut for the 20 most popular programming languages list in 2022. The 2022 edition of Stack Overflow Annual Developer Survey also places RoR in a similar spot.

Which apps use Ruby on Rails?

Companies like SlideShare, Airbnb, CrunchBase, Bloomberg, Dribble, Shopify, and GitHub (to name a few) have trusted Ruby on Rails and used the framework in their applications. Here's a roundup of the top 28 Ruby on Rails companies in 2022.


1 Answers

You might want to check Projexion. It uses Rails 3 beta 3.

like image 150
Joshua Partogi Avatar answered Nov 16 '22 02:11

Joshua Partogi