Open GoogleCodeExporter opened 9 years ago
to start console:
appcfg.rb run script/console
Original comment by sasaki.t...@gmail.com
on 12 Jan 2010 at 5:10
add to it config/environments/development.rb may be better.
"console on development environment" need to load it,
but dev_appserver.rb doesn't.
Original comment by sasaki.t...@gmail.com
on 12 Jan 2010 at 5:15
today,
appcfg.rb run -S irb -r config/environment
is better. I think.
Original comment by sasaki.t...@gmail.com
on 14 Jan 2010 at 5:40
I could not use "reload!" in "appcfg.rb run -S irb -r config/environment"
But I can use "reload!" in "appcfg.rb run script/console" with local_boot.
Original comment by sasaki.t...@gmail.com
on 14 Jan 2010 at 9:31
Original issue reported on code.google.com by
sasaki.t...@gmail.com
on 12 Jan 2010 at 5:09