Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Squich branch #2135

Closed
wants to merge 69 commits into from
Closed

Add Squich branch #2135

wants to merge 69 commits into from

Conversation

sennor
Copy link

@sennor sennor commented Dec 14, 2014

No description provided.

sferik and others added 30 commits September 26, 2014 21:53
Column#primary was removed at Rails4.2
Modify to use String#encode instead of Iconv when ASCII Encodings.
There are two reasons:

1. @iconv was defined only encoding_to is NON_ASCII_ENCODINGS
2. Iconv is replaced from ruby-2.0

But when NON_ASCII_ENCODINGS, String#encoding cannot convert then
use Iconv as in the past.
updated routes to rm deprecation warning when running rake test
Support Japanese encodings.
If user sets, e.g., `filters [:name, :manager]`,
and manager is not set to `filterable true`,
RailsAdmin currently raises a NoMethodError
when trying to call `.type` on nil.

This change raises a more descriptive error
to help the user find the problem
Friendlier error if filter is not found
…_header

Move navigation out into partial so it can be easily overridden
…entity

use × instead of hardcoded unicode times
Nikolay Moskvin and others added 29 commits October 23, 2014 22:27
Because counting records on every tables upon each request might affect performance massively. Refs #1104
Ensure Internet Explorer uses the latest engine to prevent missing
icons and layout issues.
Use default label if object label would be blank
Fix sidebar not scrollable when models exceeds the height of the window
Remove redundant %div from markup. %legend as first element in %fieldsets (more flexibility for CSS styling). Wrap checkbox in label with class 'checkbox' for proper alignment.
Added pjax class for scope selectors
…ration

Improve logout method configuration by using first sign_out_via option on Devise. Thanks @carlesso
@sennor sennor closed this Dec 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet