-
We use the `ActiveRecord::FinderMethods#exists?` method on one of our models in an initializer which registers a Warden callback.
``` ruby
Warden::Manager.after_fetch do |user, auth, opts|
if MyMod…
-
Hi there !
I'm trying to run some FTAN on my own cross-correlation functions (CCF) computed using MSNoise... so far, I _think_ I have managed to mimic it, but I'm not quite sure of the result.
Coul…
-
I've got the following mux configuration file
```
name: my_project
root: ~/code/projects/my_project
windows:
- zeus-and-servers:
layout: main-horizontal
panes:
- zeus:
…
-
Using:
```
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
Target…
-
Hi All,
I am getting the following error when loading stage
TypeError: Kinetic[f] is not a constructor
I am using following kineticjs files
kinetic-v5.0.1.js
kinetic-v5.0.1.min.js
In following cod…
-
When attempting to add value for the ComboBox DB system it returns with error:
![amendcombobox](https://f.cloud.github.com/assets/5889922/1789888/8f10b420-6965-11e3-8ceb-20430fd89841.PNG)
Likely to…
-
I'm finding when using the navigational features sometimes I just want to change one method on one page. The current methods supporting doing something extra on a given page then picking up where you …
-
I'm currently migrating an existing Rails app to use Minitest with your minitest-rails gem for testing. Everything works fine except for the integration tests.
I always get the following exception f…
-
In this template, we'll need a list of Comments within a particular Conversation. It should show each Comment's content, the related User's gravatar, comment date.
-