[Rails] Re: Run "generator destroy", now git is telling me I have missing files. How do I best deal with this?

2014-01-31 Thread Melvin Ram
Use 'git add -u' or add the specific files you've removed ex. 'git add app/removed_file.rb' On Friday, January 31, 2014 8:56:51 AM UTC-6, Bizt wrote: > > Hi, > > In rails I run "rails generator destroy..." for my controllers and models. > When I "git add . " files and commit changes, git tells m

[Rails] Re: Nested forms

2009-05-19 Thread melvin ram
7;t a real solution to this bug yet. On May 19, 11:33 pm, Jason Pfeifer wrote: > Melvin Ram wrote: > >http://pastie.org/private/ju5htjk8kqjdqik94br0nw > > > Line 11 in this pastie is causing errors. errors are including in > > pastie. I was basing this on the exampl

[Rails] Re: Have simple sidebar code snippet for application.html.erb?

2009-04-15 Thread melvin ram
http://pastie.org/private/wcmbr5es6waf50aokxfoig This is from a real app On Apr 15, 9:09 pm, Rob Blimploid wrote: > Googled forever trying to find a good example of how to do a simple > sidebar (code snippet) in application.html.erb.  I've found bits and > pieces, but I need the whole "piece of