Weston Ganger

Results 86 issues of Weston Ganger

I have previously run `rails g migration AddMissingIndexes` I wanted to run it again but there is a name clash with the previous migration. Would be helpful it it automatically...

enhancement

The default speech speed is way too slow on IOS. On Android its fine. Previously I have found that `rate: 1.5` has been working well. Although I notice now that...

It would be a huge improvement to the test suite if the tests validated the xml/txt contents of the spreadsheets automatically instead of requiring a manual look at the test...

help wanted

## Project https://github.com/westonganger/active_snapshot https://rubygems.org/gems/active_snapshot ## What is this Ruby project? From the Readme > Simplified snapshots and restoration for ActiveRecord models and associations with a transparent white-box implementation. > >...

addition

Currently the repo does not show the 1.1.3 release anywhere, only in rubygems do I see this version Can you add the following - Changelog entry - Git tag /...

Solves #27 and #26 - Adds the method `global_require` - Rename/Alias `import_config` to `require`

Its pretty difficult to monkey patch frontman. Currently I am using the following technique at the top of my config file. ```ruby # config.rb ::Frontman::App.class_eval do def import_config(path) eval File.read(path)...

enhancement

I think it would be a good thing for the Wiki documentation to get moved into the repo under the `docs/` folder This would allow PR's to include updated documentation.

enhancement

_Taken from the projects section._ Its would be nice to add a debug bar in dev mode to help developers. This would contain useful information like what variables are available,...

enhancement

I see that it has built in support for RSpec, it would be nice if we could use this with minitest as well.

feature request
help wanted