capsctrldays

2006-03-31 (金) [長年日記]

[Rails] rake appdocが文字化け

  • /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/tasks/documentation.rake
  rdoc.options << '--line-numbers --inline-source'
+ rdoc.options << '--charset UTF-8'
  rdoc.rdoc_files.include('doc/README_FOR_APP')

参考

Mind Performance Hacks(Ron Hale-Evans)

Mind Performance Hacks provides real-life tips and tools for overclocking your brain and becoming a better thinker.

safariに入ったよ。

[Rails] 確認画面

あ、なるほど。こうやるのか。

 def destroy
   @user = User.find(params[:id])
   if request.post?
     @user.destroy
     redirect_to :action => 'list'
   end
 end

あれ、なんか感心するところじゃなかった

これだと、create, edit は簡単にはならんな。

んがー

やっぱりキレイにはならんね