-
```
mongoid 3.1.3
```
How can I get count of items after pagination in controller?
config.default_per_page = 10
@projects.count #= 73
@projects.page(8).count #= 73 ???
@projects.page(…
-
- [x] **All fields dropdown for the main search box is missing.**
![screen shot 2014-07-24 at 1 46 36 pm](https://cloud.githubusercontent.com/assets/6945691/3694558/a5adfe96-1373-11e4-8582-e1e86a77c…
jvine updated
10 years ago
-
I recently ran **bundle update** which deployed net-ssh 2.8.0... However, it causes Capistrano v2.15.5 to fail to authenticate at all - no password prompt appears.
Rolling back to net-ssh 2.7.0 allow…
-
I'm a bit wondering what I should write in the object used to initialize my datatable. For now I have this one:
``` js
{
"paginationType": "bootstrap",
"pagingType": "full_numbers",
"sPaginatio…
-
Hi!
does the gem include the recently released DataTables v.1.10.0 ?
thanks.
-
This is useful for auto-require from Gemfile, and respects conventions for manual require from gem name.
-
Hi,
I just use this gem (version 2.1.10.0.2) in rails (version 4.1.0) and I was getting problems (the buttons of the TableTools extension were doing nothing).
It happened because I was adding:
//= r…
-
Hi,
I just ran `bundle update` today and rspec-guard stopped working. It was working fine beforehand, but then I merged my branch (no conflicts), ran `bundle update`, and tried to run my specs, but g…
-
These two should be paginated ~the same way, and have the same (or different) @app_settings variable(s).
I can't tell where "show _ entries" comes from, but it appears on a lot of the tables in the a…
-
I tried admin/changeme at localhost:3000/sessions but gets "Login Failed".
Here is the logs for `bundle exec rails s`
```
$ bundle exec rails s
=> Booting Puma
=> Rails 4.1.1 application starting in…