Lance Jordan

Results 41 comments of Lance Jordan

+1 seeing as how I'm using S3 to host a static website, uploading the config file is a pretty big security issue. Yikes.

@strongfanfan I'm not sure if that can be done with this package, but if anyone figures it out, let us know please, thanks!

@maxxafari See https://github.com/postcasio/custom-title/issues/16

can't you just use the built in rails rake task? ``` rake db:schema:dump ``` This is invoked automatically whenever you run migrations ( rake db:migrate ). That's how the schema.rb...

I'm having the same problem, also not sure why but I sometimes get keychain wanting my password but I ignore it. Can someone explain how I can get @wellmotta 's...

@QuentinMcCarthy Thanks a lot! I see a bunch of PRs open for what look like similar solutions https://github.com/jacogr/atom-git-control/pulls @jacogr, @MarcelMue is this repo still being maintained? Can we help?

@whapky > Not that it makes a world of difference but personally, I consider runtime monkey patching safer than 3rd party source code modification so I have this guy in...

Are there any security risks to signing in to private repo?

I'm hacking on a project without rails. In my code I have a few instance variables defined which do not autocomplete, but regular variables do. Is this by design or...

We already have a problem that this gem doesn't correctly support ISO 8061 Duration, for example calling this method should return the same value as the input but it doesn't....