gem 'simple_form'rails generate simple_form:install| ## Prepare ################################################################### | |
| # Remove RVM | |
| rvm implode | |
| # Ensure your homebrew is working properly and up to date | |
| brew doctor | |
| brew update | |
| ## Install ################################################################### |
| # Lenovo X1 Yoga 3rd Gen (20LD) DSDT Sleep Patch | |
| # For Use with Bios 1.27 | |
| # Patch by Litewarp based on Linux X1Y3 Sleep Patch | |
| # https://gist.github.com/litewarp/1a91726219402ab878d68647ba1be53b | |
| # Credit to RehabMan and rickybrent | |
| # External Fixes | |
| # Regex matches to complete path with use of ',' | |
| # For example (_PCI0.RP01.PXSX, does not match on child objects |
| --- dsdt.dsl 2018-03-04 16:00:00.866484238 -0800 | |
| +++ dsdt.dsl 2018-03-04 16:28:07.933272752 -0800 | |
| @@ -18,9 +18,8 @@ | |
| * Compiler ID "INTL" | |
| * Compiler Version 0x20160527 (538314023) | |
| */ | |
| -DefinitionBlock ("", "DSDT", 2, "LENOVO", "SKL ", 0x00000000) | |
| +DefinitionBlock ("", "DSDT", 2, "LENOVO", "SKL ", 0x00000001) | |
| { | |
| - External (_GPE.TBNF, MethodObj) // 0 Arguments |
| =Navigating= | |
| visit('/projects') | |
| visit(post_comments_path(post)) | |
| =Clicking links and buttons= | |
| click_link('id-of-link') | |
| click_link('Link Text') | |
| click_button('Save') | |
| click('Link Text') # Click either a link or a button | |
| click('Button Value') |