[Rails] Re: Scaffoldings should be made in a temporary folder.

2012-05-04 Thread Dimitri Pekarovsky
In such particular case you could use git branch or something like that? //D вторник, 1 мая 2012 г., 22:20:57 UTC+3 пользователь Joe Le Brech написал: When you use rails g scaffold blah blah it will always produce non-final code, so why not have a scaffolds folder with as many dummy code

[Rails] Re: Scaffoldings should be made in a temporary folder.

2012-05-02 Thread Matt Jones
On Tuesday, 1 May 2012 15:20:57 UTC-4, Joe Le Brech wrote: When you use rails g scaffold blah blah it will always produce non-final code, so why not have a scaffolds folder with as many dummy code examples as possible which can then be transplanted into the actual production code. For