Skip to content

Commit

Permalink
Cleanup trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 23, 2012
1 parent 21a58e2 commit d3b313d
Show file tree
Hide file tree
Showing 108 changed files with 7,198 additions and 7,198 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,7 +8,7 @@ group :development, :test do
case ENV['CI_DB_ADAPTER']
when 'mysql'
gem 'activerecord-jdbcmysql-adapter', '~> 1.2'
gem 'jdbc-mysql', '~> 5.1'
gem 'jdbc-mysql', '~> 5.1'
when 'postgresql'
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.2'
gem 'jdbc-postgres', '~> 9.0'
Expand Down
2 changes: 1 addition & 1 deletion Gemfile31
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# and rake tasks are available in development mode:
group :development, :test do
gem 'rails', '~> 3.1.3'

platforms :jruby do
gem 'jruby-openssl', '~> 0.7'
# activerecord-jdbc-adapter does not yet have a rails 3.1 compatible release
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Hoeven][plukevdh], and [Rein Henrichs][reinh].

* Actions

Custom actions are finally there. Default should stay put. To customize them, please have a look at:
Custom actions are finally there. Default should stay put. To customize them, please have a look at:


[Wiki: actions](https://github.com/sferik/rails_admin/wiki/Actions)<br>
Expand Down
10 changes: 5 additions & 5 deletions app/assets/javascripts/rails_admin/custom/ui.js
@@ -1,12 +1,12 @@
/*
Meant to be overriden in user's app/assets/javascripts/rails_admin/custom directory. no content here
/*
Meant to be overriden in user's app/assets/javascripts/rails_admin/custom directory. no content here
Available resources:
http://twitter.github.com/bootstrap/javascript.html
https://github.com/twitter/bootstrap/tree/master/js
http://jquery.com/
http://jqueryui.com/ (parts of it)
rename to ui.js.coffee if needed.
*/
*/

0 comments on commit d3b313d

Please sign in to comment.