Questions tagged [high-voltage]

"High Voltage" is a gem used for serving static pages in Ruby on Rails applications.

"High Voltage" is a gem used for serving static pages in Ruby on Rails applications. More information here: https://github.com/thoughtbot/high_voltage

34 questions
0
votes
1 answer

Render partial from static page

I'm trying to render a partial in my main welcome page (i used HighVoltage gem to create it), my Groups form, where the user can create a new group... what i've tried so far gives me the following error... First argument in form cannot contain nil…
gustavoca
  • 148
  • 12
0
votes
1 answer

Using high voltage to serve pages behind ssl

I am using high voltage to serve about page. The path that is generated doesn't use https. How do i use high voltage to server pages behind https? High Voltage Gem
usha
  • 28,973
  • 5
  • 72
  • 93
0
votes
3 answers

How to render correct view on save failure during form sending?

I am using high_voltage for create various number of landing pages. On these pages I have different fields for creation User model. Each form has email and random other fields. For example: # views/pages/home1.html.erb <%= simple_form_for(User.new)…
-2
votes
1 answer

WHy is this code not executing (ADC BATTERY VOLTAGE MEASURE)

EDIT NEW PICTURE void setup() { Serial.begin(9600); Serial.println("Setup completed."); } void loop() { // Read external battery VCC voltage Serial.print("Bat: "); uint16_t batVolts = getBatteryVolts(); Serial.print(batVolts); …
1 2
3