Note that there are some explanatory texts on larger screens.

plurals
  1. USAlan DeLonga
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThat's funny you should bring that up, because I actually looked into three.js dled it and found a tutorial on building something a little more interesting. But I still would like to try to figure out how to get this to work as well. I am pretty positive where the refresh is happening is working correctly because I used a skeleton script and am adding in my own code to display within the refresh method. I had the skeleton working with the basic script code. I know there is something wrong with my equation for finding the next x y coordinate because they only shift in the positive x direction.
      singulars
    2. COThat is what the **Controller** code is, that is the action within my controller InternationalizationTranslationsController that is supposed to be deleting the key I am trying to pass through form_for button. In my routes I have resources :internationalization_translations which is working for the other form, that goes to the create action. For some reason I cannot figure out how to have it use the destroy action and send the key as a param[:key](as shown above from the different ways I was strying to set up the form_for link)
      singulars
    3. COOk so if this is the line I want to change "Please contact the %s for further assistance." How would I change the %s into a link tag? can I put the html straight into the interpreter or what? I apologize for my ignorance, I am just confused how to get that to work.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload