<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>
-
URL
<The URL Structure (path only, no root url)>
-
Method:
| # rubocop config files for small Rails4/Ruby2 project | |
| # blog post: http://joanswork.com/rubocop-rails-getting-started/ | |
| # .rubocop.yml | |
| AllCops: | |
| Include: | |
| - Rakefile | |
| - config.ru | |
| Exclude: |
| =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') |
| columns_that_make_record_distinct = [:some_id, :another_name] | |
| distinct_ids = Model.select("MIN(id) as id").group(columns_that_make_record_distinct).map(&:id) | |
| duplicate_records = Model.where.not(id: distinct_ids) |
| curl --connect-timeout 15 -v --insecure "smtp://smtp.example.com:25" -u "username:password" | |
| \ --mail-from "sender@example.com" --mail-rcpt "destination@example.com" | |
| \ -T email-contents.txt --ssl |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |