File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 637
637
- Fix Syntax Error in removal of new nested entity([ #2539 ] ( https://github.com/railsadminteam/rails_admin/pull/2539 ) )
638
638
- Fix momentjs translations for '%-d' format day of the month([ #2540 ] ( https://github.com/railsadminteam/rails_admin/pull/2540 ) )
639
639
- Fix Mongoid BSON object field ([ #2495 ] ( https://github.com/railsadminteam/rails_admin/issues/2495 ) )
640
- - Make browser ignore validaitons of removed nested child models([ #2443 ] ( https://github.com/railsadminteam/rails_admin/issues/2443 ) , [ #2490 ] ( https://github.com/railsadminteam/rails_admin/pull/2490 ) )
640
+ - Make browser ignore validations of removed nested child models([ #2443 ] ( https://github.com/railsadminteam/rails_admin/issues/2443 ) , [ #2490 ] ( https://github.com/railsadminteam/rails_admin/pull/2490 ) )
641
641
642
642
## [ 0.8.1] ( https://github.com/railsadminteam/rails_admin/tree/v0.8.1 ) - 2015-11-24
643
643
Original file line number Diff line number Diff line change 5
5
RSpec . describe RailsAdmin ::Config ::Fields ::Types ::Paperclip do
6
6
it_behaves_like 'a generic field type' , :string_field , :paperclip
7
7
8
- context 'when a *_file_name field exists but not decleared as has_attached_file' do
8
+ context 'when a *_file_name field exists but not declared as has_attached_file' do
9
9
before do
10
10
class PaperclipTest < Tableless
11
11
column :some_file_name , :varchar
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ class TestController < ActionController::Base; end
294
294
describe '.parent_controller=' do
295
295
context 'if RailsAdmin::ApplicationController is already loaded' do
296
296
before do
297
- # preload cotrollers (e.g. when config.eager_load = true)
297
+ # preload controllers (e.g. when config.eager_load = true)
298
298
RailsAdmin ::MainController
299
299
end
300
300
You can’t perform that action at this time.
0 commit comments