[Rails-core] Documentation issues in Lighthouse

2008-07-16 Thread Tim Haines
Hi there, I'm wondering if a decision has been made as to whether it's desirable to have issues logged in lighthouse that are about documentation only? Seems to me it would be good to allow people to log issues re documentation somewhere.. For those that find issues but don't have the resources

[Rails-core] Re: TemplateHandler API revision

2008-07-16 Thread Nex3
Checking in from the Haml camp :-). In general, I'm most happy when nothing changes. Haml has to support each version of Rails, so the more changes are made the more nasty the code gets. From a development perspective, the API as of 2.1.0 was fine; anything divergent from that is just annoying.

[Rails-core] Re: RFC: associations with :accessible => true should allow updating

2008-07-16 Thread Hique
Wow, great news! I am very in favor of this patch. When learning Rails, I was surprised that objects couldn't be created from a nested hash. Now with this patch, it will be very useful in complex forms (the problem is well covered in Railscasts Complex Forms series). I will take a closer look at t

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Pratik
Pushed. Thanks. On Thu, Jul 17, 2008 at 2:43 AM, Nik Wakelin <[EMAIL PROTECTED]> wrote: > > Hey All, > > Ok, at Koz's request I'll stop arguing about what brand the bikeshed > paint should be. :p > > I've updated the patch with a flipped default and a little documentation: > > http://rails.light

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Nik Wakelin
Hey All, Ok, at Koz's request I'll stop arguing about what brand the bikeshed paint should be. :p I've updated the patch with a flipped default and a little documentation: http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/446-make-timestamped-migrations-optional#ticket-446-8 C

[Rails-core] Re: RFC: associations with :accessible => true should allow updating

2008-07-16 Thread Pratik
Has anyone any strong opinions against this ? I'm very interested in hearing more thoughts on this and/or if you have any suggestions to improvise David's approaches. Thanks, Pratik On Jul 14, 6:38 pm, David Dollar <[EMAIL PROTECTED]> wrote: > Recently the following patch > > http://github.com/r

[Rails-core] Consolidating the Helpers API

2008-07-16 Thread Clemens
Hi there, Since I've joined the effort to improve Rails' documentation with Pratik's docrails project, I've spent a lot of time digging through Rails' source code - especially the Helpers. I realized that in some parts the API isn't really intuitive because it's inconsistent. I've already create

[Rails-core] wiki.rubyonrails.org

2008-07-16 Thread Ryan Bigg
At least 90% of the time I go to this site to see some information or to link somebody to one of the pages, it's down. The page quality on some of the pages isn't exactly up to "wiki standards" either and is sometimes out of date. What is the cause for this downtime and what can be done to

[Rails-core] has_many_through_associations bug when set_primary_key used

2008-07-16 Thread Psy Ven
I have three classes defined like this: class Campaign < ActiveRecord::Base has_many :urls, :foreign_key => 'campaignid' has_many :stats, :through => :urls set_table_name 'campaign' set_primary_key 'campaignid' end class Url < ActiveRecord::Base belongs_to :campaign, :foreign_key =>

[Rails-core] TemplateHandler API revision

2008-07-16 Thread Joshua Peek
A few things have already changed. * TemplateHandler#cache_fragment has been remove. Ensure your template handler sets a @output_buffer if you want the cache helper to work. aca246a * I had to change the method signature for TemplateHandler#render to take a local_assigns argument since template.l

[Rails-core] Bleach 330

2008-07-16 Thread bleach330
Bleach 330 Bleach 330(Bleach 318), Air Gear 209,Naruto 409, One Piece 507,Hot manga Download The hottest mangas and the latest chapters Manga news, Most popular mangas, Latest mangas, Latest chapters http://english1.isoshu.com http://emanga1.isoshu.com --~--~-~--~~---

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Nik Wakelin
On Thu, Jul 17, 2008 at 1:44 AM, Michael Koziarski <[EMAIL PROTECTED]> wrote: > >> Hey Pratik, >> >> Could I ask why? > > We've gone back and forth so much on the file names for migrations I > think people are beginning to lose sight of the fact that it's just > not that important. There's a stac

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Michael Koziarski
> Hey Pratik, > > Could I ask why? We've gone back and forth so much on the file names for migrations I think people are beginning to lose sight of the fact that it's just not that important. There's a stack of other bugs and patches that could do with work... As for why it's a bug, you and I

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Nik Wakelin
Hey Pratik, Could I ask why? Cheers, Nik On 7/16/08, Pratik <[EMAIL PROTECTED]> wrote: > >> Last time I checked (OK, several months ago), every migration file IS >> loaded for any migration.. > > That's a bug. > > -1 on moving UTC timestamps inside the migration file. > > On Wed, Jul 16, 2008 a

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Pratik
> Last time I checked (OK, several months ago), every migration file IS > loaded for any migration.. That's a bug. -1 on moving UTC timestamps inside the migration file. On Wed, Jul 16, 2008 at 12:51 PM, Nik Wakelin <[EMAIL PROTECTED]> wrote: > > My thoughts exactly: > > http://rails.lighthouse

[Rails-core] Re: timestamped migrations

2008-07-16 Thread Nik Wakelin
My thoughts exactly: http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/631-move-migration-utc-timestamps-inside-file It's still sans-tests unfortunately :( But give me time! On Wed, Jul 16, 2008 at 6:59 AM, James Wylder <[EMAIL PROTECTED]> wrote: > Would it be possible to just

[Rails-core] Bleach 318

2008-07-16 Thread Bleach 318
Bleach 318 Bleach 318(Bleach 330), Air Gear 209,Naruto 409, One Piece 507,Hot manga Download The hottest mangas and the latest chapters Manga news, Most popular mangas, Latest mangas, Latest chapters http://english1.isoshu.com http://emanga1.isoshu.com --~--~-~--~~~-

[Rails-core] Re: Mysql integer data types

2008-07-16 Thread Razdaman
Thank you for that clarification. On Jul 10, 5:14 pm, Tarmo Tänav <[EMAIL PROTECTED]> wrote: > On N, 2008-07-10 at 16:17 +0200, Rasmus Nielsen wrote: > > > > > As I could not get a definite answer at lighthouse > > (http://rails.lighthouseapp.com/projects/8994/tickets/432-mysql-adapte...), > > wh