|
app/controllers/tags_controller.rb
|
2 |
move model logic into model (@children use_count > 4)
|
22c9d862 |
Richard Huang |
|
app/controllers/jobs_controller.rb
|
7,28,32 |
use before_filter for show,edit,update
|
ed33c998 |
Richard Huang |
|
app/controllers/posts_controller.rb
|
8,36,40 |
use before_filter for show,edit,update
|
ed33c998 |
Richard Huang |
|
app/cells/vote_cell.rb
|
2,8,17 |
use before_filter for show,up,down
|
72606729 |
Richard Huang |
|
app/cells/sidebar_cell.rb
|
28,32,41,45 |
use before_filter for login,referrals,posts_navigation,blog_rss
|
e053479c |
Richard Huang |
|
app/views/kaminari/_paginator.html.haml
|
13 |
move code into model (page use_count > 2)
|
d08855f4 |
Richard Huang |
|
db/migrate/20110927115641_add_cached_tag_list_to_questions.rb
|
4 |
use say with time in migrations
|
a9b0384d |
Richard Huang |
|
db/migrate/20110927115641_add_cached_tag_list_to_questions.rb
|
5 |
use say with time in migrations
|
a9b0384d |
Richard Huang |
|
db/migrate/20110927115641_add_cached_tag_list_to_questions.rb
|
6 |
use say with time in migrations
|
a9b0384d |
Richard Huang |
|
db/migrate/20100727124152_add_counter_cache_to_users.rb
|
8 |
use say with time in migrations
|
bc72f0e0 |
Richard Huang |
|
db/migrate/20110511145447_create_post_bodies.rb
|
10 |
use say with time in migrations
|
ac7d25e8 |
Richard Huang |
|
db/migrate/20110511145447_create_post_bodies.rb
|
18 |
use say with time in migrations
|
ac7d25e8 |
Richard Huang |
|
db/migrate/20100726144246_add_implemented_to_posts.rb
|
5 |
use say with time in migrations
|
4b3979be |
Richard Huang |
|
db/migrate/20110927114637_add_cached_tag_list_to_posts.rb
|
4 |
use say with time in migrations
|
a9b0384d |
Richard Huang |
|
db/migrate/20110927114637_add_cached_tag_list_to_posts.rb
|
5 |
use say with time in migrations
|
a9b0384d |
Richard Huang |
|
db/migrate/20110927114637_add_cached_tag_list_to_posts.rb
|
6 |
use say with time in migrations
|
a9b0384d |
Richard Huang |
|
db/migrate/20100807150111_remove_comments_from_implementations.rb
|
4 |
use say with time in migrations
|
b2e34578 |
Richard Huang |
|
db/migrate/20110620144449_create_answer_bodies.rb
|
10 |
use say with time in migrations
|
1a232dd1 |
Richard Huang |
|
db/migrate/20110620144449_create_answer_bodies.rb
|
18 |
use say with time in migrations
|
1a232dd1 |
Richard Huang |
|
db/migrate/20110627151243_create_question_bodies.rb
|
10 |
use say with time in migrations
|
c3972a37 |
Richard Huang |
|
db/migrate/20110627151243_create_question_bodies.rb
|
18 |
use say with time in migrations
|
c3972a37 |
Richard Huang |
|
db/migrate/20100801071356_change_votes_to_polymorphic.rb
|
6 |
use say with time in migrations
|
930cc087 |
Richard Huang |
|
config/routes.rb
|
21 |
restrict auto-generated routes answers (only: [:create])
|
37e097d0 |
Richard Huang |
|
app/models/job.rb
|
45 |
remove unused methods (Job#job_type_names)
|
e2abac4b |
Richard Huang |
|
app/models/sponsor.rb
|
24 |
remove unused methods (Sponsor#active)
|
664adc41 |
Richard Huang |
|
app/models/question.rb
|
30 |
remove unused methods (Question#not_answered)
|
0d6d7610 |
Richard Huang |
|
app/controllers/users_controller.rb
|
49 |
remove unused methods (UsersController#build_resource)
|
500ad42e |
Richard Huang |