[Rails-core] Rails 3.0 API doesn't do word-wrap

2010-08-30 Thread Prem Sichanugrist
Hi Guys, I just realize that on the API documentation the code snippet is overflowing off the screen. Is this an intended behavior? Or who should I contact to get this one fixed. You can see the screenshot here: http://skitch.com/sikachu/dw82n/screen-shot-2553-08-30-at-16.24.26 Thanks :) Pre

Re: [Rails-core] Rails 3.0 API doesn't do word-wrap

2010-08-30 Thread Xavier Noria
On Mon, Aug 30, 2010 at 11:34 AM, Prem Sichanugrist wrote: > Hi Guys, > > I just realize that on the API documentation the code snippet is overflowing > off the screen. Is this an intended behavior? Or who should I contact to get > this one fixed. > > You can see the screenshot here: > http://s

Re: [Rails-core] Rails 3.0 API doesn't do word-wrap

2010-08-30 Thread Leiking
railsapi.com is a better choice. 2010/8/30 Prem Sichanugrist > Hi Guys, > > I just realize that on the API documentation the code snippet is > overflowing off the screen. Is this an intended behavior? Or who should I > contact to get this one fixed. > > You can see the screenshot here: > http://

Re: [Rails-core] Rails 3.0 API doesn't do word-wrap

2010-08-30 Thread Xavier Noria
On Mon, Aug 30, 2010 at 12:38 PM, Leiking wrote: > railsapi.com is a better choice. Unfortunately that's true. The API needs a revamp, and I think it needs a revamp beyond a nicer and searchable template, wrote some thoughts about it a while back here. With all the work going on in Rails 3 foc

Re: [Rails-core] Rails 3.0 API doesn't do word-wrap

2010-08-30 Thread Prem Sichanugrist
Yeah, I agree that new RailsDoc API needs a revemp. fxn, I know that you've review a lot of commits regarding the documentation. I got a commit access in docrails. Those documentation are generated from lifo/docrails right? Will take a look to see if I can make a change on anything then. On 3

Re: [Rails-core] Rails 3.0 API doesn't do word-wrap

2010-08-30 Thread Xavier Noria
2010/8/30 Prem Sichanugrist : > Yeah, I agree that new RailsDoc API needs a revemp. > > fxn, I know that you've review a lot of commits regarding the documentation. > I got a commit access in docrails. Those documentation are generated from > lifo/docrails right? Will take a look to see if I can

Re: [Rails-core] don't reload in dev mode

2010-08-30 Thread Konstantin Haase
On Jul 11, 2010, at 11:49 , Xavier Noria wrote: > I am personally fine with the current approach, it is simple and has > not major drawbacks for me[*]. Only autoloads what is used etc. But if > someone finds a better way to manage this it would be awesome! Here's a write up of what I did in my fo