24 Jul, 2015
32 commits
-
:conditions will replace previous scopes in rails4
-
I18n.locale does not accept nil
-
Fix this later, now we need to boot the app
-
The ActionModel error: The provided regular expression is using multiline anchors (^ or $), which may present a security risk. Did you mean to use \A and \z, or forgot to add the :multiline => true option? (ArgumentError)
-
vendor/plugins load was removed from rails4. Now we required theses plugins inside the Gemfile, automatically. init.rb files are loaded in config/initializers/dependencies.rb
23 Jul, 2015
5 commits
-
I know this is ridiculous, but will we have to rewrite all the HTML at some point anyway ...
-
- first it breaks selenium tests because it hides the original select and replaces it with its own thing. - second, IMO is is too much overhead to add a style that (again IMO) is not even that better than the default select widget in Firefox.
22 Jul, 2015
3 commits