This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 28 06:43:35 -0700 2008 | [leethal] |
| |
LICENSE | Tue Jul 15 04:59:53 -0700 2008 | [leethal] |
| |
README.markdown | Thu Jul 31 01:48:27 -0700 2008 | [leethal] |
| |
Rakefile | Wed Mar 12 06:15:03 -0700 2008 | [leethal] |
| |
TODO | Thu Jul 31 01:52:06 -0700 2008 | [leethal] |
| |
app/ | Wed Sep 03 06:51:06 -0700 2008 | [leethal] |
| |
config/ | Sun Aug 10 08:25:22 -0700 2008 | [leethal] |
| |
db/ | Thu Mar 13 07:20:53 -0700 2008 | [leethal] |
| |
doc/ | Wed Mar 12 06:15:03 -0700 2008 | [leethal] |
| |
lib/ | Mon Sep 01 08:56:31 -0700 2008 | [leethal] |
| |
log/ | Wed Mar 12 06:54:52 -0700 2008 | [leethal] |
| |
public/ | Thu Jun 05 04:49:39 -0700 2008 | [leethal] |
| |
script/ | Thu Jun 05 04:48:34 -0700 2008 | [leethal] |
| |
test/ | Wed Sep 03 06:51:06 -0700 2008 | [leethal] |
| |
tmp/ | Wed Mar 12 06:15:03 -0700 2008 | [leethal] |
| |
vendor/ | Tue Jul 08 23:42:06 -0700 2008 | [leethal] |
README.markdown
Blank Rails app
An alternative to the Rails command. Contains basic stuff such as user authentication, static pages etc. that you're most likely going to need in all of your applications.
TODO when creating a new app
- Run rake app:init. It creates config/database.yml and config/settings.yml. It also creates a users.yml fixture, with an appropriately salted password hash. Then, it runs rake db:migrate.
- Run rake test to make sure all the tests pass.
Static pages
Static pages is created as views in app/views/pages. A route (and the pages controller) maps /foo to these static pages. Creating app/views/pages/about.html.erb gives you /about.
The root of the app is by default app/views/pages/index.html.erb.
Form builder and form fields
Description here.
jQuery
Description here.
User authentication
Description here.
- Signing up (no validation through e-mails though)
- Password recovery
License
Released under the MIT license.




