rocket_pants icon indicating copy to clipboard operation
rocket_pants copied to clipboard

API building tools on top of ActionController. Also, an awesome name.

Results 36 rocket_pants issues
Sort by recently updated
recently updated
newest added

Is it planned to add support for rails 5?

Made a few changes to make RocketPants support Rails 5.

In `kaminari 1.0` they removed method deprecated `num_pages` in favor of `total_pages`. Issue: #148

NOTE: Hence Rails 5 expects locale path as Rails::Paths::Path. So, we should be using config.i18n.load_path to load locale files.

Hi. a new version of `Kaminari` was released recently and looks like something is broken now. `pagination` section is missing, `kaminari_spec.rb` fails now.

Hi, can someone add support for [Rollbar](https://rollbar.com/)? Thanks!

The latest commit on the `master` branch is dated September 22, 2015, while the latest commit on the `2.0-rewrite` branch is dated December 15, 2013. I hate to be _that_...

Is it ok to use RokectPants with the project generated by rails-api new? I also wonder even if I can use it with rails-api, it might not be a good...

I'm using Rocket Pants 1.10.0 with Rails 4.1.4 and Rspec 3.0.0. With previous Rspec version this worked: ``` describe API::V1::AccountsController do default_version 1 describe 'POST create' do it 'works' do...

The rspec_matchers need to be updated to not use failure_message_for_should_not and failure_message_for_should -- these are deprecated.