Mika Mustalahti
Mika Mustalahti
> I would suggest reading http://capistranorb.com/documentation/faq/why-does-something-work-in-my-ssh-session-but-not-in-capistrano/ I read the linked document, and it makes sense. But I don't see how loading or not loading those .profile etc files affects the...
https://stackoverflow.com/questions/65095020/capistrano-3-14-cannot-get-connection-to-my-git-during-deployment/65177046#65177046 Capistrano seemed to use forward agent by default, which screws up my deployment.
With `table.ajax.url()` you can set the ajax url to what ever you want. For example you can append some additional query strings from input fields outside datatables when the values...
No, I fetched the data into a csv file and created my own class to use it.
I did have 0.1.0 which seems to be the newest version available through rubygems. Maybe installation from Github would have worked.
I did `bundle update cities` but it didn't update the gem from 0.1.0 to any newer version. Now it came into my mind that it might be a dependency issue....
This is what created a gap in my case. We have a list that is accessed via an API. Our UI created two records with predefined positions (1 and 2),...
When using lockable devise increments the failed_attempts counter by one right in the beginning of the authentication even though the authentication has not yet failed nor succeed. It happens in...
To be more accurate it is the current_user and user_signed_in? helpers that are trying to authenticate the user from the request data. If none of those helpers are called during...
I had this issue also. Happy to find good information here. The issue got fixed with command: "export RUBY_FFI_NCURSES_LIB=/lib/x86_64-linux-gnu/libncursesw.so.5" I'm using ubuntu 12.04 installed a week ago, so it shouldn't...