public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git

Comments for lifo's docrails   feed

alloy commented on lifo/docrails Fri Sep 18 17:38:35 -0700 2009
Comment in c61bb08:

Thanks!

carlosantoniodasilva commented on lifo/docrails Mon Aug 31 14:42:20 -0700 2009
Comment in cf9f361:

Pretty good.. I was missing that..

lifo commented on lifo/docrails Sat Aug 22 17:01:09 -0700 2009
Comment in 77173c8:

Nice!

lifo commented on lifo/docrails Fri Aug 14 14:22:22 -0700 2009
Comment in d572bf9:

This is unnecessary. rackup picks up config.ru automatically.

dancroak commented on lifo/docrails Sun Aug 09 10:39:02 -0700 2009
Comment in a7f09bc:

I also ran some of the examples again to see how the output changed. Some of the backtrace cleaning makes the output easier to read.

dolzenko commented on lifo/docrails Tue Jun 09 11:08:02 -0700 2009
Comment in f15f1ba:

Heh, thank you for removing those exclamation marks as well :)

fxn commented on lifo/docrails Sat May 30 01:34:10 -0700 2009
Comment in c9d7aff:

Yes there's a section about title capitalization in the guides conventions. The patch is correct.

fxn commented on lifo/docrails Fri May 22 17:35:56 -0700 2009
Comment in 8ba4307:

evanfarrar source si https://rails.lighthouseapp.com/projects/8994/source-style, we link to that in the API conventions as well. Please feel free to improve wording.

lifo commented on lifo/docrails Thu May 21 01:04:03 -0700 2009
Comment in 8ba4307:

I just copy pasted it from something Jeremy copy pasted somewhere. But please do fix it!

evanfarrar commented on lifo/docrails Wed May 20 17:57:41 -0700 2009
Comment on railties/guides/source/contributing_to_rails.textile L179 in 8ba4307:

This isn't totally clear to me. Is it trying to say: "Do not omit parenthesis, do not leave space between parenthesis and arguments" ? Repeating the "MyClass" in the second two examples might clarify that, if it is indeed what is intended.

evanfarrar commented on lifo/docrails Sat May 09 14:51:41 -0700 2009
Comment in da96564:

I ran ruby -c on all of the examples in the guides and there were incredibly few errors. Good job, rails documenters.

evanfarrar commented on lifo/docrails Sat May 09 14:49:31 -0700 2009
Comment in c7d9757:

I'm open to feedback on this. Was this the right thing to do? I wasn't really sure if this particular DB schema was stolen from a live project, or just elaborated for educational reasons, but the MailingAddress didn't seem pertinent to the examples.

lifo commented on lifo/docrails Thu Apr 30 05:25:09 -0700 2009
Comment in 33b9d1a:

Sucks. But hopefully you'll be contributing more to docrails as a result :)

alloy commented on lifo/docrails Mon Mar 09 11:34:21 -0700 2009
Comment in 8aabfad:

Halleluja! :)

akahn commented on lifo/docrails Wed Mar 04 15:15:50 -0800 2009
Comment in 0cf4938:

Right on.

ascherer commented on lifo/docrails Thu Feb 19 13:12:01 -0800 2009
Comment in d8f1ee4:

When I pull this commit, “rake guides” aborts:

Generating active_record_basics ./guides/../../activesupport/lib/active_support/dependencies.rb:105:in `const_missing’: uninitialized constant ActionView::Base::ActionController (NameError)

lifo commented on lifo/docrails Tue Feb 03 18:05:49 -0800 2009
Comment in e4094e2:

Oops no. Check the next commit :)

perplexes commented on lifo/docrails Tue Feb 03 17:39:40 -0800 2009
Comment in e4094e2:

Uh. My guide has now been deleted.

ffmike commented on lifo/docrails Sun Feb 01 04:19:31 -0800 2009
Comment in e4f36e0:

I’ll update the release notes.

dubek commented on lifo/docrails Sun Feb 01 02:58:45 -0800 2009
Comment in e4f36e0:

I suggest we add (in the release notes or somewhere in the documentation, you know better than me) a link to MySQL’s description of the “Reconnecting MySQL Connections” feature, because they have some caveats there (I also mentioned it in the discussion):

http://groups.google.com/group/rubyonrails-core/browse_thread/thread/49d2a7e9c96cb9f4

http://dev.mysql.com/doc/refman/5.0/en/auto-reconnect.html

best, dubek.