Nick Restrepo

Results 9 issues of Nick Restrepo

Using Rails 3.2.22 Here's the console stack trace: Uncaught ReferenceError: JST is not defined at Editor._addToolbar (http://intranet.lvh.me:3000/assets/active_admin/editor/editor.js?body=1:29:20) at new Editor (http://intranet.lvh.me:3000/assets/active_admin/editor/editor.js?body=1:13:10) at HTMLLIElement. (http://intranet.lvh.me:3000/assets/jquery-ui.js?body=1:508:30) at Function.each (http://intranet.lvh.me:3000/assets/jquery.js?body=1:658:23) at init.each (http://intranet.lvh.me:3000/assets/jquery.js?body=1:267:17)...

It appears that the target class isn't being assigned a default_settings hash. Why might this be the case? I've tried it on two different models in our codebase. Using Rails...

From what I understand, the Usemin task is supposed to transform the files referenced between the html comment tags, and replace those with a new file that's been transformed with...

Hello! Nice plugin! Just wondering if there is any options docs or just a list of options we can skim to customize which buttons are used and which aren't? Would...

deliver_reset_password_instructions! doesn't actually send the email, I have to specify this with the .deliver or .deliver_now command in my mailer action. Running on Rails 4.2.2

## Bug report ### Current Behavior In a brand new React Native project that's been set up using expo, I've installed Formik as the only additional package. When attempting to...

Type: Bug

Hello, Webpack can't find selectize as a npm module. I added an index.js file to the root of that file to get it working. **angular-selectize2/index.js** ``` require('./dist/angular-selectize.js'); module.exports = angularSelectize2;...

Vue 1.0.26 Vue-strap 1.0.11 and 1.0.36 (tried both verisons) import {popover} from 'vue-strap' Vue.component('popover', popover) If I visit the page where I'm using the component by refreshing page, it will...

When I use the drop as a tooltip in a form, it breaks when the screen is reduced to mobile screen width at 320px. Please see the screenshot here: Shouldn't...