If its existing models you're dealing with, you probably will want to
add --skip-migration. Just skip over replacing the model.
- Josh
On Fri, May 1, 2009 at 12:28 AM, David Chelimsky wrote:
> On Thu, Apr 30, 2009 at 8:57 AM, Nicholas Van Weerdenburg
> wrote:
>> On Thu, Apr 30, 2009 at 9:24 AM,
On Thu, Apr 30, 2009 at 8:57 AM, Nicholas Van Weerdenburg
wrote:
> On Thu, Apr 30, 2009 at 9:24 AM, David Chelimsky
> wrote:
>>
>> On Thu, Apr 30, 2009 at 8:19 AM, Nicholas Van Weerdenburg
>> wrote:
>> > I have started using rspec after generating much of my applications
>> > models
>> > and con
On Thu, Apr 30, 2009 at 9:24 AM, David Chelimsky wrote:
> On Thu, Apr 30, 2009 at 8:19 AM, Nicholas Van Weerdenburg
> wrote:
> > I have started using rspec after generating much of my applications
> models
> > and controllers. Much of the code is plain vanilla scaffolding.
> > I accept that this
On Thu, Apr 30, 2009 at 8:19 AM, Nicholas Van Weerdenburg
wrote:
> I have started using rspec after generating much of my applications models
> and controllers. Much of the code is plain vanilla scaffolding.
> I accept that this is not very BDD, but I'm building a tool that required I
> do this.
>
I have started using rspec after generating much of my applications models
and controllers. Much of the code is plain vanilla scaffolding.
I accept that this is not very BDD, but I'm building a tool that required I
do this.
Is there a quick way to generate the test stubs- i.e. the equivalent of th