24 Jul, 2015
18 commits
-
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
6 commits
-
Around filter need to yield if the plugin is not enabled and need to receive a block from the controller
21 Jul, 2015
10 commits
-
Analytics plugin See merge request !632
-
With this we will finally have a consistent list of people who contributed with commits (code, translations, artwork and whatnot). I hope that from now on people will know how to configure their git clients to not generate garbage.
-
Generalize lattes_curriculum plugins' cucumber test See merge request !631
-
Remove lattes_curriculum's tests with external dependencies See merge request !630
20 Jul, 2015
1 commit