[Rails-core] SourceAnnotationExtractor versus Rails 3.1

2011-12-05 Thread Dee
It doesn't look like SourceAnnotationExtractor was updated to include the asset pipeline. I don't see anything in Lighthouse for it either. Should I log a bug and a make a pull request? Maybe it should be pulled out into a gem? -- You received this message because you are subscribed to the

Re: [Rails-core] SourceAnnotationExtractor versus Rails 3.1

2011-12-05 Thread Ryan Bigg
You should log a bug on GitHub, Rails is not using Lighthouse anymore. Personally, I've not used `rake notes`, but others may find that functionality useful. On Tuesday, 6 December 2011 at 7:31 AM, Dee wrote: It doesn't look like SourceAnnotationExtractor was updated to include the asset

[Rails-core] Re: SourceAnnotationExtractor versus Rails 3.1

2011-12-05 Thread Dee
Logged as issue 3869. I've used it on and off and found several good uses for it. On Dec 5, 1:23 pm, Ryan Bigg radarliste...@gmail.com wrote:  You should log a bug on GitHub, Rails is not using Lighthouse anymore. Personally, I've not used `rake notes`, but others may find that

[Rails-core] Re: Lack of foreign-key constraints support in ActiveRecord

2011-12-05 Thread Jon Jensen
On Nov 28, 11:50 am, Rodrigo Rosenfeld Rosas rr.ro...@gmail.com wrote: Also if creating the foreign key won't automatically create an index to it for some databases, such statement should also take care of creating the index too. Postgres does not automatically create indexes for foreign keys,