-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3414 from railsadminteam/webpacker
Webpacker support
- Loading branch information
Showing
127 changed files
with
19,954 additions
and
2,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
app/assets/stylesheets/rails_admin/aristo | ||
app/assets/stylesheets/rails_admin/themes/cerulean | ||
coverage | ||
lib/generators/rails_admin/templates | ||
spec/dummy_app/public | ||
spec/dummy_app/tmp | ||
spec/support/jquery.simulate.drag-sortable.js | ||
vendor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
--color | ||
--order=random | ||
--profile | ||
--exclude-pattern 'dummy_app/node_modules/rails_admin/**/*_spec.rb' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-3.61 KB
app/assets/images/rails_admin/aristo/images/ui-icons_222222_256x240.png
Binary file not shown.
Binary file removed
BIN
-3.61 KB
app/assets/images/rails_admin/aristo/images/ui-icons_454545_256x240.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-334 Bytes
app/assets/images/rails_admin/multiselect/ui-icon-circle-triangle-n-dark.png
Binary file not shown.
Binary file removed
BIN
-492 Bytes
app/assets/images/rails_admin/multiselect/ui-icon-circle-triangle-n-light.png
Binary file not shown.
Binary file removed
BIN
-338 Bytes
app/assets/images/rails_admin/multiselect/ui-icon-circle-triangle-s-dark.png
Binary file not shown.
Binary file removed
BIN
-484 Bytes
app/assets/images/rails_admin/multiselect/ui-icon-circle-triangle-s-light.png
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
//= require 'rails-ujs' | ||
//= require 'rails_admin/jquery3' | ||
//= require 'rails_admin/jquery.pjax' | ||
//= require 'jquery_nested_form' | ||
//= require 'rails_admin/jquery-ui/effect' | ||
//= require 'rails_admin/jquery-ui/widgets/sortable' | ||
//= require 'rails_admin/jquery-ui/widgets/autocomplete' | ||
//= require 'rails_admin/moment-with-locales' | ||
//= require 'rails_admin/bootstrap-datetimepicker' | ||
//= require 'rails_admin/bootstrap/bootstrap' | ||
|
||
//= require 'rails_admin/filter-box' | ||
//= require 'rails_admin/filtering-multiselect' | ||
//= require 'rails_admin/filtering-select' | ||
//= require 'rails_admin/remote-form' | ||
//= require 'rails_admin/nested-form-hooks' | ||
//= require 'rails_admin/i18n' | ||
//= require 'rails_admin/widgets' | ||
//= require 'rails_admin/sidescroll' | ||
//= require 'rails_admin/ui' | ||
//= require 'rails_admin/custom/ui' |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-494 Bytes
app/assets/stylesheets/rails_admin/aristo/images/progress_bar.gif
Binary file not shown.
Binary file removed
BIN
-1.32 KB
app/assets/stylesheets/rails_admin/aristo/images/slider_handles.png
Binary file not shown.
Binary file removed
BIN
-3.61 KB
app/assets/stylesheets/rails_admin/aristo/images/ui-icons_222222_256x240.png
Binary file not shown.
Binary file removed
BIN
-3.61 KB
app/assets/stylesheets/rails_admin/aristo/images/ui-icons_454545_256x240.png
Binary file not shown.
Oops, something went wrong.