Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

activeadmin

The administration framework for business critical Ruby on Rails applications
Collective - Host: opensource - https://opencollective.com/activeadmin - Website: https://activeadmin.info - Code: https://github.com/activeadmin/activeadmin

Use Rails 5 versioned migrations

github.com/activeadmin/activeadmin - 82d5d2b7c2358a2d384aec090a97ec6d34bf1393 authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4753 from deivid-rodriguez/release_improvements

Release improvements

github.com/activeadmin/activeadmin - 87c6b2dac624773f3c25a52c6a488aa258d9b759 authored almost 8 years ago by Piers C <[email protected]>
Don't gitignore bin

`bin` is the default "bindir" folder in the gemspec. Executables
provided by a gem should live i...

github.com/activeadmin/activeadmin - acf72416c9703991514047517593f2f4531bf22b authored almost 8 years ago by David Rodríguez <[email protected]>
Don't ship test files with the gem

github.com/activeadmin/activeadmin - f08c9a26cea84e6130bdf39c5c501ef3356fecda authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4751 from deivid-rodriguez/warning_less_tests

Warning less tests

github.com/activeadmin/activeadmin - f736004894657c69b47be0e4410b6dae8f299e62 authored almost 8 years ago by David Rodríguez <[email protected]>
`File.exists?` is deprecated

github.com/activeadmin/activeadmin - d5f7b22d042905ba7b2db26d079545ac8ed61aa0 authored almost 8 years ago by David Rodríguez <[email protected]>
Fix some error messages before running cucumber

```
rails aborted!
ActiveRecord::NoEnvironmentInSchemaError:

Environment data not found in the ...

github.com/activeadmin/activeadmin - 2cc0caa528d3b5ca6f4e196c2ec4b5e11de09ba1 authored almost 8 years ago by David Rodríguez <[email protected]>
Fix warnings in latest version of bundler

```
The git source `git://github.com/rails/sass-rails.git` uses the `git`
protocol, which transm...

github.com/activeadmin/activeadmin - c1e3bbe2ebd82bab3c1e1b190da3e56c0d2e312c authored almost 8 years ago by David Rodríguez <[email protected]>
Unlock phantomjs version

This way we can fix the warning

```
You're running an old version of PhantomJS, update to >= 2....

github.com/activeadmin/activeadmin - 42b6056bf87884e7fc38fe8b0c31637ec3f36299 authored almost 8 years ago by David Rodríguez <[email protected]>
Lock thor version

This prevents annoying messages during test setup like:

```
Expected string default value for '...

github.com/activeadmin/activeadmin - 88b17d57833fef4c9fc5f9de720283e30510d98c authored almost 8 years ago by David Rodríguez <[email protected]>
Submit coverage only in CI

This fixes the annoying

```
{
"error":
{
"reason": "Please provide the repository t...

github.com/activeadmin/activeadmin - 69b53eb5a7dd46b2fe75fdf6bcee6e86bd42a77c authored almost 8 years ago by David Rodríguez <[email protected]>
Fix nested loading bundler issue

There's seems to be an issue with recent bundler/rubygems combinations
when loading bundler from...

github.com/activeadmin/activeadmin - 53fd26c45e6f9320ef36d5125ae74d0a5ffdbe0f authored almost 8 years ago by David Rodríguez <[email protected]>
Make Hound happy

github.com/activeadmin/activeadmin - d49bcc1f5676d23ac486c2371e9862b2870a8455 authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4748 from Fivell/4342-current-filters-fix

fixed active filters for rails 4.2

github.com/activeadmin/activeadmin - 23ab86111d9354cc8d7bd67552b5a244785dc22c authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
fixes #4342, fixed active filters for rails 4.2

github.com/activeadmin/activeadmin - 2c1862dcb79311d2c7cf2dcda14d75daa2e9cedc authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
Merge pull request #4618 from geome/3280-added-nested-belongs-to-rebased

3280 added nested belongs to rebased

github.com/activeadmin/activeadmin - a8b3bef3a678919a69f808e7516219294a03f553 authored almost 8 years ago by Piers C <[email protected]>
Added nested belongs_to functionality.

github.com/activeadmin/activeadmin - 701fd27429e1b9629317a8aba79d6138123600d4 authored almost 8 years ago by Bernardo Amorim <[email protected]>
Merge pull request #4750 from deivid-rodriguez/better_contributing

Don't recommend hard force-pushes

github.com/activeadmin/activeadmin - 9fb572a4f10353508e7f6876594a9989cf550367 authored almost 8 years ago by David Rodríguez <[email protected]>
Don't recommend hard force-pushes

github.com/activeadmin/activeadmin - f61d9cb816e4cd443a03a68ccb967ef840d49452 authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4744 from deivid-rodriguez/use_travis_gem_cache

Use travis gem cache

github.com/activeadmin/activeadmin - 0aefb7efa4ca0984025a64400b507f0c5beddaa6 authored almost 8 years ago by Piers C <[email protected]>
Lock bundler to a known working version

github.com/activeadmin/activeadmin - 482734534adb69ca4eb08c889bfb810708f3ac8f authored almost 8 years ago by David Rodríguez <[email protected]>
Reformat Travis config file

Just for visual pleasure :)

github.com/activeadmin/activeadmin - 3033ba694b6a39555dce3d3553c777e2bcc4ad85 authored almost 8 years ago by David Rodríguez <[email protected]>
Start jruby first in CI

Since it's the slowest, this will save us some impatience.

github.com/activeadmin/activeadmin - 7addcf6329a119dc718454ebb56d394121d254dc authored almost 8 years ago by David Rodríguez <[email protected]>
Require `rake` in Gemfile just like the other deps

github.com/activeadmin/activeadmin - 4ff2ecdf7e644236e42f00ad966bf8178fff8b55 authored almost 8 years ago by David Rodríguez <[email protected]>
Simplify Rakefile

Use equivalent requires.

github.com/activeadmin/activeadmin - a6cfc12f28fca282d6bfbed3032adc8aba75b66b authored almost 8 years ago by David Rodríguez <[email protected]>
Use Travis CI built-in caching

github.com/activeadmin/activeadmin - 67ab58c725341768b9cce8c7faa86ffd6df900d9 authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4745 from activeadmin/Fivell-patch-1

update old hash syntax, fixed typos

github.com/activeadmin/activeadmin - f94be3b2b404a5d4c6258aa8125738b6a7cfec27 authored almost 8 years ago by Piers C <[email protected]>
updated old hash syntax, fixed typos

github.com/activeadmin/activeadmin - 21809a420d873eb7a886839896043984607d6792 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
Merge pull request #4633 from chumakoff/fix_template_variable_assign

Change the way of assigning template variables

github.com/activeadmin/activeadmin - c946408aa50f5a426c53dc07a797589544c25b96 authored almost 8 years ago by Piers C <[email protected]>
Change the way of assigning template variables

`ActionView::Base#assign` method removes all previous view variable assignments from ActionView:...

github.com/activeadmin/activeadmin - 64f609973beb9c02e2b302abc6b3787b64bf0791 authored almost 8 years ago by Anton Chumakov <[email protected]>
Merge pull request #4739 from varyonic/doc-localizers-2823

Document renaming action items

github.com/activeadmin/activeadmin - a81cd03031bf7eae996e80948507920362dc2d0e authored almost 8 years ago by Piers C <[email protected]>
Document #2823

github.com/activeadmin/activeadmin - 75b75074dc38a5920d97c7cf69ef46d3ccf7ae63 authored almost 8 years ago by Piers Chambers <[email protected]>
Merge pull request #2823 from SoftSwiss/localizers

Add action_item localizer

github.com/activeadmin/activeadmin - 11c1253d2d228cdae27537fff16d75eb091dca69 authored almost 8 years ago by Piers C <[email protected]>
Add ResourceLocalizer

github.com/activeadmin/activeadmin - 0abff0366269c9920b4fe92956382120ba15db07 authored almost 8 years ago by Roman Shatsov <[email protected]>
Merge pull request #4663 from whatcould/3510_fix_ransacker_filters

Update filters to work with custom Ransackers

github.com/activeadmin/activeadmin - 86688ac4a223f24af98ff3c2b80c52812d219c5e authored almost 8 years ago by Piers C <[email protected]>
fixed wrong selectors for ransackers filters specs

github.com/activeadmin/activeadmin - 80bae578b1aeca5d60e9f4d80e278861e97d63b6 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
fixed wrong selectors for ransackers filters specs

github.com/activeadmin/activeadmin - d172d58c4a7e3e6e2831400419963dff49287d34 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
fixed merge

github.com/activeadmin/activeadmin - 2165ca9496425f1e9f201a78a6b0fc639d0541d1 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
Merge branch 'master' into 3510_fix_ransacker_filters

github.com/activeadmin/activeadmin - 065b6bc47d4b0315d10f5bb8201c0b0f4423cde9 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
Merge pull request #4731 from quikly/4467-namespace-path-options

make namespace route options configurable

github.com/activeadmin/activeadmin - 169bad98f2746be19b71357bb16a81065640a337 authored almost 8 years ago by Timo Schilling <[email protected]>
Merge branch 'master' into 3510_fix_ransacker_filters

github.com/activeadmin/activeadmin - eeea0fdc46417a4bdb7617aa65881d3f44bc31d5 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
Merge pull request #4740 from deivid-rodriguez/maintainance_workflow

Clarify roles and approvals.

github.com/activeadmin/activeadmin - c1817a1a2a1e658300b73e3838a520479d3c1a7a authored almost 8 years ago by Timo Schilling <[email protected]>
Clarify roles and approvals.

github.com/activeadmin/activeadmin - 08eedca889f064f893c2257cc006af7a772089b3 authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4738 from deivid-rodriguez/maintainance_workflow

Define workflow for PR merging

github.com/activeadmin/activeadmin - d5a698ce5de110043514b7593e8af8479259c9bf authored almost 8 years ago by Timo Schilling <[email protected]>
Define workflow for PR merging

github.com/activeadmin/activeadmin - 95c734cc2103d8cf5746ae1c1a0b15f30e03e5c3 authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4737 from activeadmin/Fivell-patch-1

fixed typo in /devise/registrations/new.html.erb

github.com/activeadmin/activeadmin - bfe78b1624af2b64a36dad97f9acf7d29f631614 authored almost 8 years ago by Timo Schilling <[email protected]>
fixed typo in /devise/registrations/new.html.erb

github.com/activeadmin/activeadmin - 44ec2551b66fb325406af6ac83b6b47811bcde60 authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
make namespace route options configurable

github.com/activeadmin/activeadmin - e6231b1c2be07cc44f7541fc50e84b2a739d87ba authored almost 8 years ago by Scott Meves <[email protected]>
Merge pull request #4728 from Fivell/4640_custom_date_range_filter_fix

fix empty inputs for date_range filters

github.com/activeadmin/activeadmin - fff266c54b4f69b32977f2e322eba242883ad375 authored almost 8 years ago by Timo Schilling <[email protected]>
Merge branch 'master' into 4640_custom_date_range_filter_fix

github.com/activeadmin/activeadmin - 9b3359ae7591c6e04ac0029719771dec8b13767a authored almost 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4729 from ypresto/patch-1

Add doc about Formtastic collection_label_methods

github.com/activeadmin/activeadmin - 8cae222f749f68fa45dc78e1057f925dc58b361c authored almost 8 years ago by Timo Schilling <[email protected]>
Add doc about Formtastic collection_label_methods

github.com/activeadmin/activeadmin - e9a8cdf4dc9cbcb97f37a1af5415572a8a3604e9 authored almost 8 years ago by Yuya Tanaka <[email protected]>
Update filters to work with custom Ransackers

Fixes issues created when converting from metasearch.

Adds a custom ransacker to the rails_temp...

github.com/activeadmin/activeadmin - 1f1115fcd5708b544cbf436d0e47ed4b2b350d77 authored almost 8 years ago by David Reese <[email protected]>
fix empty inputs for date_range filters

before this fix when using ransackers or custom ransackable_scopes
filters inputs were empty afte...

github.com/activeadmin/activeadmin - 922fca19ee17b4f25bac04d0cf245e43c2597f8d authored almost 8 years ago by Igor Fedoronchuk <[email protected]>
Merge pull request #4726 from koic/update_readme

Update the README.md

github.com/activeadmin/activeadmin - b1f96a39c6126364c661a952be28000e39d73938 authored almost 8 years ago by Timo Schilling <[email protected]>
Kaminari repository URL has been changed

github.com/activeadmin/activeadmin - 388c89e1b4bbf7f6d595a492dcd45595fe0e329c authored almost 8 years ago by Koichi ITO <[email protected]>
Merge pull request #4717 from deivid-rodriguez/restore_1_9_3_plus_rails_4_0_and_4_1_support

Restore 1.9.3 plus rails 4.0 and 4.1 support

github.com/activeadmin/activeadmin - c99ac55b54053572778b15a1fd0af84fc0ae6d4c authored almost 8 years ago by Timo Schilling <[email protected]>
Merge branch 'master' into restore_1_9_3_plus_rails_4_0_and_4_1_support

github.com/activeadmin/activeadmin - ab9e1ed8b012ea294c75d57972f4eed4f2d3665c authored almost 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4722 from sue445/kaminari_v1.0.0

Relax kaminari dependency for kaminari 1.0.0

github.com/activeadmin/activeadmin - 5f8a099a77d0993c422582ca1a28355bca8120ef authored almost 8 years ago by Timo Schilling <[email protected]>
Merge branch 'master' into restore_1_9_3_plus_rails_4_0_and_4_1_support

github.com/activeadmin/activeadmin - a16ad369bc667bc2656a30a488a8cd80390f348d authored almost 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4721 from varyonic/4710-codecov

Switch from Coveralls to Codecov.

github.com/activeadmin/activeadmin - bf6f3e0cd7838e579334b257afa7b5cc9baa3a2c authored almost 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4705 from varyonic/fix-4533-filter-date-bounds

Fix #4533, use custom Ransack predicate for datetime, not date columns.

github.com/activeadmin/activeadmin - 793ce0744712fcc1692d68481ad26e207cbd7c08 authored almost 8 years ago by Timo Schilling <[email protected]>
Use kaminari 0.x on ruby 1.9

kaminari 1.x doesn't work on ruby 1.9
https://github.com/kaminari/kaminari/blob/v1.0.0/kaminari-...

github.com/activeadmin/activeadmin - 5dca3413fa767f3d37f329b74def3096f6496940 authored almost 8 years ago by sue445 <[email protected]>
Merge branch 'master' into fix-4533-filter-date-bounds

github.com/activeadmin/activeadmin - a4b1f69f1a6b88cfcc5050c2d9ddc809acaeddb8 authored almost 8 years ago by Timo Schilling <[email protected]>
Relax kaminari dependency for kaminari 1.0.0

github.com/activeadmin/activeadmin - f620ccaf32f959904fd4eb8176be0d696e411edd authored almost 8 years ago by sue445 <[email protected]>
Switch from Coveralls to Codecov.

github.com/activeadmin/activeadmin - 5d5e881f835f6d3beb423a2014f7fd2afa0c2efa authored almost 8 years ago by Piers Chambers <[email protected]>
Restore Rails 4.0 and 4.1 entries in Travis

github.com/activeadmin/activeadmin - 81bcae3525f315e0d5e5049b6de8651475fba234 authored almost 8 years ago by David Rodríguez <[email protected]>
Fix 1.9.3 dependency constraints

Otherwise installing deps for the 1.9.3 + Rails 4.0 combo fails with

```
json-2.0.2 requires ru...

github.com/activeadmin/activeadmin - 3ffa3cd5ded591bdf67eb8831f4cddaa1263da8a authored almost 8 years ago by David Rodríguez <[email protected]>
Use latest Rubygems

Travis with such a big matrix like ours is very likely to expose bugs in
Rubygems and Bundler. ...

github.com/activeadmin/activeadmin - 6cd714dd1200ef2f9bdfdf0f7cf1ceb4b3b0a9c7 authored almost 8 years ago by David Rodríguez <[email protected]>
Include all oficial rubies in Travis matrix

github.com/activeadmin/activeadmin - e79de33d3a13b22631b722da00d07ab11047c55f authored almost 8 years ago by David Rodríguez <[email protected]>
Bring back Rails 4.0/4.1 + Ruby 1.9.3 support

github.com/activeadmin/activeadmin - 39c61047bfd3f81b903fa5a48fe1e84f0e6c4305 authored almost 8 years ago by David Rodríguez <[email protected]>
Test against latest versions of things

github.com/activeadmin/activeadmin - 209331f197996c0d09254a4c31f20ddfdf9e02fd authored almost 8 years ago by David Rodríguez <[email protected]>
Merge pull request #4703 from Fivell/issue_3834

WIP fixed form behaviour when using has_many with inputs block

github.com/activeadmin/activeadmin - cf291ad792b8c97f73a7c9e85ab75471a9ee80eb authored about 8 years ago by Timo Schilling <[email protected]>
fixed form behaviour when using has_many with inputs block

github.com/activeadmin/activeadmin - 031c0b15f2eedafdae697295b064efb04480ee61 authored about 8 years ago by Igor Fedoronchuk <[email protected]>
Merge pull request #4648 from PqBenoit/add_number_input_type_to_modal

Add number input type to modla dialog form (used for batch actions)

github.com/activeadmin/activeadmin - 9eedf1754fbd02a73cc423561577d7b137312aec authored about 8 years ago by Timo Schilling <[email protected]>
Merge branch 'master' into fix-4533-filter-date-bounds

github.com/activeadmin/activeadmin - 5cb8fc47d3f03439b1a14699efb5541c8e5d1eeb authored about 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4711 from brunocascio/patch-1

Added styles for input[type="time"]

github.com/activeadmin/activeadmin - 1713ec9cb43a95c135c99e454a58a6a476945532 authored about 8 years ago by Timo Schilling <[email protected]>
Added styles for input[type="time"]

github.com/activeadmin/activeadmin - 72e1cab913cb7e0658f2205829f2aab77456ec31 authored about 8 years ago by Bruno <[email protected]>
Merge pull request #4709 from Fivell/ruby_19_dep

fix dependencies for ruby 1.9.3

github.com/activeadmin/activeadmin - 619e86b182f8dbbca185282aa4985dbb0c626004 authored about 8 years ago by Timo Schilling <[email protected]>
fix dependencies for ruby 1.9.3

github.com/activeadmin/activeadmin - d5638b33841cd6b0987f9086c7cd4e2b10982b88 authored about 8 years ago by Igor Fedoronchuk <[email protected]>
Use custom ransacker predicates for datetime, not date.

github.com/activeadmin/activeadmin - 9c3db9f486623962ee4e85cd15bf4ea0f2b4e896 authored about 8 years ago by Piers Chambers <[email protected]>
Alter published_at:datetime to published_date:date

github.com/activeadmin/activeadmin - e5d87cab17045289f0d612f1db97f296f2a66823 authored about 8 years ago by Piers Chambers <[email protected]>
Merge pull request #4688 from vraravam/actions-decorators

Wrap the action link text with spans that can be styled using C…

github.com/activeadmin/activeadmin - 4f494073c6c0c016ba4902faad65f07ee034bb1a authored about 8 years ago by Timo Schilling <[email protected]>
#4687 Wrap the action link text with spans that can be styled using CSS to replace ther content with images/icons for better horizontal screenspace.

github.com/activeadmin/activeadmin - 62c5e2895150d7ecdb92da6be5a89e57d005e98e authored about 8 years ago by Vijay Raghavan Aravamudhan <avijayr - at - gmail - dot - com>
Merge pull request #4674 from mehanoid/jquery_ui_rails_6_paths

Correct assets paths for jquery-ui-rails v6

github.com/activeadmin/activeadmin - a932d56b156eaf64beb86cb45f8f801b7933c42e authored about 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4675 from activeadmin/revert-4671-master

Revert "Lock jquery-ui-rails dependency to '~> 5.0'"

github.com/activeadmin/activeadmin - 313e55b603e295ba2299efe9a6a9eb6daee27d31 authored about 8 years ago by Timo Schilling <[email protected]>
Revert "Lock jquery-ui-rails dependency to '~> 5.0'"

github.com/activeadmin/activeadmin - b89379dc22e5e84eb5998d609e10cd921d9c307f authored about 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4671 from wvteijlingen/master

Lock jquery-ui-rails dependency to '~> 5.0'

github.com/activeadmin/activeadmin - 90cdd6821876c24ce3643c5c561641ce6f90b769 authored about 8 years ago by Timo Schilling <[email protected]>
correct assets paths for jquery-ui-rails v6, fix https://github.com/activeadmin/activeadmin/issues/4672

github.com/activeadmin/activeadmin - 5b8ded8bcc1cd3ed09ea5c10fc992e47614d4bd1 authored about 8 years ago by Oleg Grigoriev <[email protected]>
Lock jquery-ui-rails dependency to '~> 5.0'

github.com/activeadmin/activeadmin - e6c4966fa253685953f1888589968ec6b3ad6d1f authored about 8 years ago by Ward van Teijlingen <[email protected]>
Merge pull request #4616 from codyrobbins/columns-documentation-typo-fix

Fixed a minor typo in the documentation for the columns component

github.com/activeadmin/activeadmin - 78324a83fa01d62bbc372bafc2313be5b3837529 authored about 8 years ago by Timo Schilling <[email protected]>
Merge pull request #4652 from prasadsurase/retrieve-request-via-controller

Retrieved request via controller when checking unsupported browsers

github.com/activeadmin/activeadmin - 3a16a1fc45961c0dfea3111a87995eae4382a59c authored about 8 years ago by Timo Schilling <[email protected]>
Retrieved request via controller when checking unsupported browsers

github.com/activeadmin/activeadmin - 1317b7c361a6d7def0b1a4e8fad5d51b5a382214 authored about 8 years ago by Prasad Surase <[email protected]>
Add number input type to modla dialog form (used for batch actions)

github.com/activeadmin/activeadmin - c65f86a444b92713560a6cf9d0148039b6774acb authored about 8 years ago by PqBenoit <[email protected]>
fix Filters::Humanized from wrong predicate detecting (#4509)

github.com/activeadmin/activeadmin - f8926831429fe635d26ac8043ea5d676fb6ee637 authored over 8 years ago by Denis Talakevich <[email protected]>
Merge pull request #4637 from chumakoff/add_has_many_allow_destroy_doc

Add has_many allow_destroy option description

github.com/activeadmin/activeadmin - 54672ddbde4e8a5aea412154f3f0d2b2816af8f1 authored over 8 years ago by Timo Schilling <[email protected]>
Merge branch 'master' into add_has_many_allow_destroy_doc

github.com/activeadmin/activeadmin - 78280eeeca4038fbf2191a40eda5acf34b093ea0 authored over 8 years ago by Anton Chumakov <[email protected]>
Add has_many allow_destroy option description

github.com/activeadmin/activeadmin - 68d50d4221976df9d42e5d670b0877770ca8eeef authored over 8 years ago by Anton Chumakov <[email protected]>
Merge pull request #4635 from chumakoff/fix_calling_capybara_matcher_mistake

Fix calling capybara matcher mistake

github.com/activeadmin/activeadmin - 1bba18c13ceb6791f2a9f1eb6970e2c8dabeb810 authored over 8 years ago by Timo Schilling <[email protected]>
Fix calling capybara matcher mistake

github.com/activeadmin/activeadmin - 654d0f459f02d4a3469501a3a42b35c16e57d880 authored over 8 years ago by Anton Chumakov <[email protected]>