-
Chers tous, j'en avais déjà parlé je ne sais plus quand ni où, mais je pense qu'il faudrait trouver un système de sauvegarde des fichiers de transcription/traduction en cas de tentative de sabotage (d…
-
As a user I want to see which works have been submitted associated with given colleges and/or departments
So that I can see the breadth and depth of contributions associated with academic structure.
…
-
I tried running
rake asset:precompile
This doesn't seem to include all the assets. So I included this in development.rb
config.assets.precompile = ['_.js', '_.css']
Running rake asset:precompile …
-
I use rails (~> 4.0), kaminari (~> 0.15), ajax-datatables-rails (0.3.0)
And when in my datatable I push any page, the json is always the same.
Could you help me?
tks
-
on this repo: https://github.com/artsy/artsy.github.io
```
✹ ✭ git remote -v
origin git@github.com:artsy/artsy.github.com.git (fetch)
origin git@github.com:artsy/artsy.github.com.git (push)
✘ …
-
I created an issue [here](https://github.com/jruby/warbler/issues/377) (sorry for the duplication, not sure where it should go). Trying to figure out a workaround, it seems as though it works in the 1…
-
When this lab is cloned from github and run, this is the error I got:
```
Failures:
1) CategoriesController GET #show returns http success
Failure/Error: @category = Category.find(params[:id]…
onyoo updated
8 years ago
-
Metoderna i session_controller.rb borde döpas om för att följa REST.
``` ruby
def new
end
def create
u = User.find_by_username(params[:username])
if u && u.authenticate(params[:password])
se…
-
Here are the ActiveSupport dependencies in FactoryGirl:
```
In lib/factory_girl/evaluator.rb
1:require 'active_support/core_ext/hash/except'
2:require 'active_support/core_ext/class/attribute'
In li…
cllns updated
8 years ago
-
[[7%25 solution]] as well as [[7% solution]] are valid wikitext and both link to "7%_solution" in a enwiki sandbox.
However, right now, mediawiki-title rejects "7%25 solution" as an invalid title. Th…