Displaying 2 results from an estimated 2 matches for "lozinski".
Did you mean:
lipinski
2013 Feb 18
13
Correct Use or Naming of Migrations
Hi Folks,
There is much discussion where I work at present regarding migrations, and
the ''correct'' usage or not of them.
TL;DR
Should migrations be used just to modify schema, and other ''deploy'' tasks
done other ways? If yes, how to ensure no repeat runs of such tasks
(seeds, jobs etc)
Background
Once you''re live there are often additional things
2011 Jul 20
0
Testing Gems
I recently did some work around some bugs in the generated files
within the 3-1-stable branch.
I couldn''t see a way to construct a test to reproduce the issue, and
the changes were happily accepted.
What I am wondering is are there any mechanisms within rails (or a
support gem) which can enable full testing of the gem as it would be
used (an integration test of sorts).
If no such thing