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 (
commit c9c2993fcf36c5f09db6ca4201f9161759c50b3d
tree a1f4d202a582b6ce3285abbbf41dbd439fe35911
parent 97e959b80c3fdfb28e9b3dc442458cb2790d1f69
tree a1f4d202a582b6ce3285abbbf41dbd439fe35911
parent 97e959b80c3fdfb28e9b3dc442458cb2790d1f69
members /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Capfile | Sun Mar 08 20:54:28 -0700 2009 | |
| |
README | Thu Jan 29 15:05:21 -0800 2009 | |
| |
Rakefile | Thu Jan 29 15:05:18 -0800 2009 | |
| |
app/ | ||
| |
config/ | Wed Apr 22 20:49:44 -0700 2009 | |
| |
db/ | Wed Apr 22 20:49:50 -0700 2009 | |
| |
doc/ | Sun Dec 28 20:24:29 -0800 2008 | |
| |
lib/ | Wed Mar 04 15:24:02 -0800 2009 | |
| |
log/ | Thu Jan 29 15:05:20 -0800 2009 | |
| |
public/ | Sun Mar 08 21:11:06 -0700 2009 | |
| |
script/ | Thu Jan 29 15:05:22 -0800 2009 | |
| |
test/ | Wed Apr 22 20:49:50 -0700 2009 | |
| |
tmp/ | Thu Jan 29 15:05:20 -0800 2009 | |
| |
vendor/ | Wed Apr 08 15:52:30 -0700 2009 |
README
(in /Users/zubin/work/aor)
--> component
Clean! Cheers for you!
--> @session
Clean! Cheers for you!
--> paginate
!! The default paginator is slow. Writing your own may be faster !!
...................................................................
controllers/members_controller.rb:11: @member_pages, @members = paginate :members, :per_page => 10, :order =>
"created_at DESC"
controllers/members_controller.rb:54: @member_pages, @members = paginate :members, :conditions => ["occupation_id =
?", params[:id]], :per_page => 10
--> find_first
Clean! Cheers for you!
--> @request
Clean! Cheers for you!
--> find_all
!! Use find(:all) instead !!
............................
views/members/_form.rhtml:30:<%= select("member", "occupation_id", Occupation.find_all.collect {|o| [ o.name, o.id ] },
{ :include_blank => true }) %>
--> @flash
Clean! Cheers for you!
--> render_partial
Clean! Cheers for you!
--> @env
Clean! Cheers for you!
--> :post => true
Clean! Cheers for you!
--> end_form_tag
!! Use form_for instead !!
..........................
views/members/edit.rhtml:9:<%= end_form_tag %>
views/members/login.rhtml:12:</div><%= end_form_tag %>
views/members/new.rhtml:11:<%= end_form_tag %>
--> start_form_tag
!! Use form_for instead !!
..........................
views/members/edit.rhtml:5:<%= start_form_tag({ :action => 'update', :id => @member }, { :multipart => true }) %>
views/members/login.rhtml:6:<%= start_form_tag :action => "login" %><div class="form-block">
views/members/new.rhtml:7:<%= start_form_tag({ :action => 'create' }, { :multipart => true }) %>
--> @params
Clean! Cheers for you!
Loaded suite /usr/bin/rake
Started
Finished in 0.000164 seconds.
0 tests, 0 assertions, 0 failures, 0 errors








