Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good base app for Rails 3? [closed]

Could anybody tell me a good base app for Rails 3?

like image 665
Brian Roisentul Avatar asked Apr 13 '11 20:04

Brian Roisentul


2 Answers

Well,

After doing a research, I think this is a great base app: https://github.com/dannymcc/BaseApp2

It provides the following:

  • Layout
  • Tabs
  • Global links
  • Optional sidebar
  • Notice, warning and error flash messages
  • Both a default stylesheet as well as a ‘clean’ one are included for easy layout development.
  • Default dashboard page
  • Administration panel where you can: Manage users (add, delete, purge, suspend, activate, send new passwords)
  • Manage settings
  • Manage site wide timed announcements
  • Post-Commit Hooks ready to roll for Campfire, Basecamp, FriendFeed, Twitter and custom URL.
  • User authentication, with password recovery and login recovery and account activation (by email)
  • User Profiles: Location, Website, Full name fields by default, easily extendible. Gravatar for avatar support
  • Mobile Ready
  • Auto detect mobile users/visitors and display different views.
  • Based on the JQTouch framework, making it easy to theme.
  • Devise
  • Declarative Authorization
like image 181
Brian Roisentul Avatar answered Nov 10 '22 02:11

Brian Roisentul


Rails Wizard is a great way to build Rails apps. Here's a reasonable template:

http://railswizard.org/ab97c24d59b6c172d1f4

like image 25
Patrick Robertson Avatar answered Nov 10 '22 03:11

Patrick Robertson