BaseApp
template for starting new rails projects
-
Bookmark It
|
Bookmarked by 11 people
Share your thoughts about this application:
BaseApp Details
BaseApp is a continuous evolving Rails application that can be the base of your next Rails Project.
BaseApp has many features that are considered 'default' on any web application nowadays.
* User authentication (incl. account suspension, activation and password retrieval)
* A CSS-Based UI with tabs
* Rails 2.1.1
License:
MIT
Author:
Ariejan de Vroom
Home Page:
http://ariejan.net/2008/09/28/baseapp-a-quick-start-for-your-rails-app/
Source Code:
http://github.com/ariejan/baseapp/tree/master
There are no hosted versions currently associated with this application.
Add One Now...
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
Ariejan updated the application details of BaseApp. 3 months ago
-
railsjedi uploaded a new screenshot for BaseApp. 3 months ago
-
Ariejan deleted a screenshot from BaseApp. 3 months ago




#1 mbecker posted 3 months ago.
How can i install it?
"rake db:create:all" produces:
"no such file to load -- active_record/schema"
#2 Ariejan posted 3 months ago.
@mbecker: good point. The issue has been resolved, please pull the latest code and you should be good to go.
For better results, you can also run 'rake db:boostrap', to load some default data (like an admin account etc.)
If you have any issues with BaseApp (or if you want to request features), please us our new an shiny LightHouse: http://baseapp.lighthouseapp.com
#3 Scott O posted 3 months ago.
I still don't find the schema.rb file in http://github.com/ariejan/baseapp/tree/master/db, nor in the zip or tar files for BaseApp.
#4 Ariejan posted 3 months ago.
Stupid, had a wrong ignore in .gitignore. It's really fixed now ;-). Please post bug reports a http://baseapp.lighthouseapp.com if you have any other issues.
Regards, Ariejan
#5 dek posted 3 months ago.
Have installed.
Loaded mongrel 1.1.2. Following error results when loading browser localhost:3000/base (installed as base directory, not baseapp)
Routing Error
No route matches "/base" with {:method=>:get}
#6 Scott O posted 3 months ago.
You wrote:
Stupid, had a wrong ignore in .gitignore. It's really fixed now ;-).
But it's still not there. And it's still ignored in .gitignore:
log/*
tmp/*
database.yml
*.sqlite
*.sqlite3
db/schema.rb
doc/api
.DS_Store
.svn
What are you smoking?
#7 Anonymous posted 2 months ago.
there is an edit link for users but there is no edit action??