You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails_best_practices, zacky....@gmail.com
Hi
Sorry I don’t know if my previous message was send
I try to run the rails_best_practices on my app (393 files and 61
folders)
Environment rails-bestpractices-0.6.6 jruby_1.5.1 running on windows.
The process stack for a long time after several minutes I kill the
process.
If I remove some files and run it with (345 files and 61 folders) it
run ok
Another strange behavior is:
I cd to app/views
Run the rails_best_practices .
It got 25 error
./company360_views/show.html.erb:490 - move code into model (@company
use_count > 2
Now if I cd to app/views/company360_views
Run the rails_best_practices .
I got No error found. Cool
am I doing something wrong?
Thank and Regard Zacky
huang zhimin
unread,
Feb 9, 2011, 10:01:16 PM2/9/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rails_best...@googlegroups.com
Hi,
You should not use rails_best_practices to review only view files. Some checks are dependent on the models analyzing, please use rails_best_practices to analyze the whole rails project.