Re: [Rails-core] File name conventions for fixtures with ERB

2014-04-29 Thread Mohamed Wael Khobalatte
Are you sure about this? I found it odd since I have used file.yml.erb successfully in the past. Can you provide a test case? And it fails, I think you should post it as a Github issue. On Tue, Apr 29, 2014 at 4:22 PM, Pan Pietruszewski wrote: > There's this convention in Rails that when a file

Re: [Rails-core] PG ISN extension support in near future?

2014-04-29 Thread Yves Senn
Hi Olivier We are probably not going to introduce support for this module in the upcoming releases. However I am working on the PostgreSQLAdapters type mapping. The goal is that users are able to register their own types. This would mean that you can introduce support for these types yourself (

[Rails-core] File name conventions for fixtures with ERB

2014-04-29 Thread Pan Pietruszewski
There's this convention in Rails that when a file is first processed before the final output (e.g. from Sass to CSS or from ERB to HTML), names of those preprocessors are included in the file extension. So if I wanted "foo.css" to be generated from Sass, I'd call the file "foo.css.scss". And if