File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 637637- Fix Syntax Error in removal of new nested entity([ #2539 ] ( https://github.com/railsadminteam/rails_admin/pull/2539 ) )
638638- Fix momentjs translations for '%-d' format day of the month([ #2540 ] ( https://github.com/railsadminteam/rails_admin/pull/2540 ) )
639639- 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 ) )
641641
642642## [ 0.8.1] ( https://github.com/railsadminteam/rails_admin/tree/v0.8.1 ) - 2015-11-24
643643
Original file line number Diff line number Diff line change 55RSpec . describe RailsAdmin ::Config ::Fields ::Types ::Paperclip do
66 it_behaves_like 'a generic field type' , :string_field , :paperclip
77
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
99 before do
1010 class PaperclipTest < Tableless
1111 column :some_file_name , :varchar
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ class TestController < ActionController::Base; end
294294 describe '.parent_controller=' do
295295 context 'if RailsAdmin::ApplicationController is already loaded' do
296296 before do
297- # preload cotrollers (e.g. when config.eager_load = true)
297+ # preload controllers (e.g. when config.eager_load = true)
298298 RailsAdmin ::MainController
299299 end
300300
You can’t perform that action at this time.
0 commit comments