Ecosyste.ms: OpenCollective

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

github.com/railsadminteam/rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
https://github.com/railsadminteam/rails_admin

content_tag_for was removed from Rails 5

c099c22569d88e97a9bbf20188e0b4839b83ca36 authored over 8 years ago
Merge pull request #2491 from sogilis/limit_children_for_deletion_notice

Limit children for deletion notice

a49f1eb14f95adc3b32f9d21899e6bd71c9e48c7 authored over 8 years ago
Merge pull request #2678 from HashNotAdam/hotfix/fix_duplication_bug

Issue #2677: Autocomplete fields duplicated when using browser back/forward buttons

77d8421bb93b7e654ee90b9be3f3f0066c6b7da0 authored over 8 years ago
Merge pull request #2706 from klyonrad/fix-filter-refresh-button

fix HTML output of filter refresh button

4598ddf6bff4886052b5f83423f1e20c4d78b11b authored over 8 years ago
fix HTML output of filter refresh button

fixes Issue #2705

afcb5567bc246e0850dd8614c82b7b409c536295 authored over 8 years ago
remove empty line

77edad9a34383287c67300302fb8868774cab75c authored over 8 years ago
pass params to new when model is namepsaced

fix model.to_param for passing params

add tests

e71efb6f91e64139ff3db90c1fa95040c51ed483 authored over 8 years ago
Merge pull request #2675 from HashNotAdam/hotfix/fix_presence_filtering_on_boolean_columns

Issue #1099: Filtering on "Is present" and "Is blank" on boolean columns

f919c03ebce91f38896db718476e323a822869a9 authored over 8 years ago
Add tests for checking if boolean fields are blank or present

3e78509b90c1df94e7c849d9b0a6a916ed03bfd5 authored over 8 years ago
Support empty and not empty on boolean fields incase they are ever added to the UI

ac12d19248e2846bec5e8fe4a5f80ebc724ff8e6 authored over 8 years ago
Introduce setup hook for authorization/auditing adapters

ba2088c6ecabd354b4b67c50bb00fccdbd1e6240 authored over 8 years ago
Change parent controller to ActionController::Base for out-of-box support of Rails 5 API mode

To keep old behavior, add `config.parent_controller = '::ApplicationController'` in your RailsAd...

53eef4fe2ec0953381f4e3197c885adc0423dd49 authored over 8 years ago
Merge pull request #2664 from luishmelo/patch-1

Add viewport meta tag to mobile layout adjustment

437df7958f4665a4ee5e3e1d1af3dcf638202ec9 authored over 8 years ago
Merge pull request #2680 from tiii/support-active-record-enum-string-columns

Support for ActiveRecord:Enum using string columns

36d5085365d9244d7091c49dc661ca84fa3c9fcf authored over 8 years ago
Merge pull request #2683 from minifast/master

Fixed: Pundit's AuthorizationNotPerformedError

df3b30c8e205213f000bf1229b7e8a3e1ef4d081 authored over 8 years ago
Add RailsAdmin::MainController spec for Pundit #verify_authorized

1dfd18748131c1c09d130776f393d74198b6ee31 authored over 8 years ago
Extract test policies from Pundit integration spec

d0418c5346903ca72ded714df5020a00d3ebe6d1 authored over 8 years ago
Remove redundant curly braces

f8e826d8648060104faffdb53ae3acbd79bb74bb authored over 8 years ago
Fix incorrect indentation

3dc50133dea7b354b93cbe946667ecfa85196269 authored over 8 years ago
Fix #1099: presence filtering on boolean columns

Filtering a boolean field on "Is present" or "Is blank" produces SQL that
includes checking agai...

39ef1321aaf1a5ced69def879cffd11ee28c4bdc authored over 8 years ago
Javascript styling, consistency, and legibility

Ensure Javascript all conforms to standards.
Remove unnecessary whitespace but add whitespace wh...

5da6a54d218c6ff5760aff9cb14165bda1c0abc6 authored over 8 years ago
Fix #2677: autocomplete fields duplicated when using browser back/forward buttons

When accessing the add or edit page for a model that uses the ui-autocomplete
fields, using the ...

c79baaed84aadde6f7d000b7a3b7f1925741f0fb authored over 8 years ago
Merge pull request #2679 from HashNotAdam/hotfix/code_review

Code review

eefa8acce1f07024c46efbdf560d2ff1b6dec43d authored over 8 years ago
Replace Array.new(\d) with FactoryGirl.create_list

c02ca4ef9617d616bfb123cc28cdf13d5f155c53 authored over 8 years ago
Replace !empty? with any?

3fcf5d920d3417afdcb0c144e15e61fb7e4cc372 authored over 8 years ago
Add ActiveRecord::Enum columns to teams and players

There are no tests for the active_record_enum type. Now the integration
tests at least test them...

91bc56646cd903574f14f9f524cad344cb15ed25 authored over 8 years ago
type cast enum values before getting their key.

This adds support for string-based enum columns.

b489a2f33ce36a9c36d236173a2cc2f436e6189d authored over 8 years ago
Update rubocop in gemfiles so CI is in sync with Code Climate

5a960f734843148c2ddc7093a74fdd6960831e62 authored over 8 years ago
Update rubocop for compatibility with Code Climate

72edcb9abbf09783f017aa39336e2babc86f50bf authored over 8 years ago
Remove parentheses around method calls

2d66c8c20a2b1758abed2cc2785f857b6b448e0c authored over 8 years ago
Variable incorrectly defined like a constant is actually mutable

d91d813a2dff3c0f2387b2fa7230c9ee50391177 authored over 8 years ago
Consistent alignment of opening and closing braces

cd2cb3332c4412e718b818a9d3381df1c0819bac authored over 8 years ago
Ignore ConstantName warnings

8acbccd42298cb2c5c7a1ef297204fe407454430 authored over 8 years ago
Replace times.collect with Array.new for better performance

6a129ec35f076ad6bfc9c9ed9366bb4e0eb85d4f authored over 8 years ago
Variables have been incorrectly defined like constants but are actually mutable

06dd59a61b32ecd9d82dfd6a4ac1d29236e5ba96 authored over 8 years ago
Remove nested modifier

1b7937b684b0703b5d7f4f878c4ed78d3dd227ba authored over 8 years ago
Remove redundant merge

3077c0ebbf505ad87613000ca3b4328dfccf503c authored over 8 years ago
Outdent access modifier

e02cb2ae86f4ab27cabec3cb9454b0477a6307e1 authored over 8 years ago
Move repeated inspect logic into shared class

db2bfce84c980685525832335cf0ba34adb9896d authored over 8 years ago
Remove redundant disabling of Rubocop rules

174ba1ebda0120a99b140999079e43d5bca9cf5e authored over 8 years ago
DRY

b4f257dc5b1091f09ed6e77af6736f5b327caf3a authored over 8 years ago
Replace empty case statement with if/elsif

44f2e65117e2868a09318903d81acec87db075c4 authored over 8 years ago
Remove useless access modifier

5ea270998a6a4d080f755b79f54de3e0e26a3a00 authored over 8 years ago
Increase performance of string replacement

ff8c38dc703a275c7a9aad2f157f9939d3d29fa0 authored over 8 years ago
Use return value of conditional for assignment

aabff1d913943bae4d46f73dad06fa47c9da4b13 authored over 8 years ago
Freeze constants

c94e36a983edd43d8fbbf6bd3243dee8c8844b19 authored over 8 years ago
Disable enforcing of alias over alias_method

These methods are not aliases of each other and there are valid reasons for
sometimes desiring a...

0cfc6058e077305c6474477eaf747736a70ee153 authored over 8 years ago
Remove redundant self

6c545d05f9927551495ada41a8fa396ed2f749ed authored over 8 years ago
Remove unnecessary interpolation

7bb1788ecc940d31a229f918d57a834b78438bde authored over 8 years ago
Add trailing comma to arguments

21c827e9df465dc44837932788c94ef1818a252c authored over 8 years ago
Replace length > 0 with !empty?

771d0c0cbce9f27f38799796acd1fec28ae3bf94 authored over 8 years ago
Enforce trailing commas in arguments inline with existing code style

dc46f8616df5e9346763ff2712bffc5396aec974 authored over 8 years ago
Replace nested if/else with elsif

347f5d11b55090439a9abd1ca39b81ca73ac2d7d authored over 8 years ago
Remove unnecessary spacing

80fa592de9ae9eab0dba03befc75034c3679a8e3 authored over 8 years ago
Replace fail with raise

0f708f95eb35e3259fdd9c7eee83530b55005e2b authored over 8 years ago
Upgrade rubocop for consistency with Code Climate

41b9e3b2e62861819287325d7362c45829341f89 authored over 8 years ago
Replace nested if/else with elsif

6bb97eff05b5b021b673a295948ef426f626d234 authored over 8 years ago
Merge pull request #2674 from jonduarte/improve-statistics-specs

Ensure dashboard/statistics is being fully tested

4ef5be43eeb57af08eab00ff545ae0a356fe3659 authored over 8 years ago
Ensure dashboard/statistics is being fully tested

* Currently we are not checking if the statistics are really showing up.
And since we are no...

aeb252ee35920ab9003118fc3004c265b04fe20c authored over 8 years ago
Version 1.0.0.rc

67af62abbdba30d5993de0b3fccf740a367ab536 authored over 8 years ago
Test with Mongoid 6.0.0.beta

2653f0a510cbc962056cbcce7b8c5384b89162d9 authored over 8 years ago
Some of url helpers relied on 'wildcard route' in DummyApp's routing

Refs. #362

cebaa0ea76f6a9085cc539af154f9695393caac9 authored over 8 years ago
Silence deprecations

eeb11534d846a23485dcffae49bd541f421c9a34 authored over 8 years ago
Merge branch 'rails-5'

60edfe4050dc83ca236c619516bceab796191cd9 authored over 8 years ago
Update Travis matrix

8812c206fb1131986acb5d751d4231166159e8af authored over 8 years ago
ActiveRecord Enum field fails to show current selection

146bef60f538e5b4efc76635c5b9f2abcf80e435 authored over 8 years ago
where_values was removed in ActiveRecord 5

2e1a0bfb004c900504abf7b1f4a4547831ed51de authored over 8 years ago
Upgrade to PaperTrail 5

9c42783aa65b704f4a5d467608c49b746c47b81b authored over 8 years ago
Workaround for modal file upload failure

a7ff1320e1812655c054f71f5223ae988c51ae8e authored over 8 years ago
Merge pull request #2670 from semenovDL/feature/allow_multiple_configuration_blocks

Feature/allow multiple configuration blocks

e55bf0390f27bc3fb455d52113fac60a0dcab573 authored over 8 years ago
Fix rubocop offenses.

d324f82cce8edf1107e52836790d7d3d5535e3af authored over 8 years ago
Fix spec for CI.

9e7715a4778722ccc31026b61dceb58665216c84 authored over 8 years ago
Correct behavior of LazyModel with multiple blocks. Add specs.

2ce4ebc563f5cb1e8db339f7b18b23309c8a993d authored over 8 years ago
Add opportunity for chain of configuration from initializers to concerns and models. Based on https://github.com/sferik/rails_admin/pull/1781

ea5a4fc9039fac5e85a483110ed021e0b9bc51c1 authored over 8 years ago
Add viewport meta tag to mobile layout adjustment

29f7d29ebaea6a71c2cb2a4cf523fdbfae9a3e72 authored over 8 years ago
Merge pull request #2651 from benjaminwood/rename-bootstrap-kaminari-views

Rename bootstrap-kaminari-views

49aafbb3defd910b7ac05b1e9ef014d55f44f8e3 authored over 8 years ago
Rename bootstrap-kaminari-views - #2283

6657f67773140a6d8deda07d7c8547eb5f1f1673 authored over 8 years ago
Merge pull request #2570 from micdahl/gravatar-optional

Making Gravatar optional in config

3924e5ba9eb29cf0fd0e9c3c9af14f4e0590112a authored over 8 years ago
Merge pull request #2640 from soupmatt/rails-5

Loosen requirements for rack-pjax to support rack 2.0/rails 5

12c1eaaed0673c1846a2de85819744ab4ed9e85b authored over 8 years ago
Merge pull request #2650 from luizpicolo/master

FIXED: Sprockets wysihtml5 and textarea proportions for bootstrap-wysihtml5-rails

20be7f0e7d80f879b41b8e08049f351dc157ed71 authored over 8 years ago
Merge pull request #2397 from bf4/remove_safe_yaml

Remove safe_yaml.

9819122b266f07e68bc266e6260f1f7b041fc315 authored over 8 years ago
Fix time-of-day-related query failures

Failure running today June 6, 2016 at 10:47 am CST

```
1) RailsAdmin::Adapters::ActiveRecord #b...

5c14d48827a3251499cbd5b357c6a9eefdcdf201 authored over 8 years ago
Remove safe_yaml.

I don't think it's really this gem's job, but besides that, I was getting a failure
when startin...

5481aa68ef7b9395ebaef5f1bfe5a67510ae62a9 authored over 8 years ago
Merge branch 'master' of github.com:sferik/rails_admin

2620e0f634a10215bcf27a3c8fa74df8e726d9ca authored over 8 years ago
switch to released version of rack-pjack that supports rack 2.0

a7e925e565554b3ebaad8b8aea1c75e6dfc598b3 authored over 8 years ago
Update dependencies

b780fe32c4329a26c008a578590612451b734f6f authored over 8 years ago
Fix ActiveRecord deprecations

Migrations need target version
Returning false in AR callbacks is deprecated
tables -> data_sources

dada80ef058f80f222eda1fac8a938655b0dfa45 authored over 8 years ago
ActionController::Parameters is no longer a Hash

8dc8a8829fe738e1544b6f4732b9e7134435eb1c authored over 8 years ago
Fix minor deprecations in Rails 5

before_filter -> before_action
Pass keyword arguments to ActionController::TestCase HTTP request...

90f7da9aac16867ebf6998476964ac3a393b3b3f authored over 8 years ago
Merge pull request #2636 from biow0lf/patch-1

Add ruby 2.3 to list of supported ruby in README.md

64cbbef5f0a482b870b2718f90f16e4ea109612d authored over 8 years ago
Add ruby 2.3 to list of supported ruby in README.md [ci skip]

d1305fcb25583b7739a77632db60c8b2e0de502a authored over 8 years ago
Merge pull request #2635 from biow0lf/master

Update supporting versions of ruby in README.md

b540bb6b8a53f90dd88ad21e291cae18db870dec authored over 8 years ago
Update supporting versions of ruby in README.md [ci skip]

52ea9008b6bbefd0110eaa995372a82763361ea6 authored over 8 years ago
Drop support for Ruby < 2.1.0

122cbf0b4fddc66a28e97eaebb08c8c184dc972c authored over 8 years ago
Merge branch 'master' of github.com:sferik/rails_admin

* 'master' of github.com:sferik/rails_admin: (116 commits)
Update ra.filter-box.js
Update fo...

c6268ba3278b2cb331eaaccd299ade78787e1f4f authored almost 9 years ago
FIXED: Textarea Bootstrap wysihtml5

6123919f37b487fff4fa5807b6310a5da9ca070a authored almost 9 years ago
Update theming.scss

a89d1f39716ff4138d03050b08c6feb9e2d8da1a authored almost 9 years ago
Update theming.scss

b20a914cf1090059e5af207d58c23a7528916553 authored almost 9 years ago
Merge pull request #2564 from buren/i18n-fix

Explicity call the #t method on I18n

355dc80f8a201ad5c09445c9b26fec51aa2180db authored almost 9 years ago
Merge pull request #2553 from minyoung/showing-all-the-things

Not paginating when showing all history

d6b665c16779e2bc93b7c22a19c4cc890327fae1 authored almost 9 years ago