SimpleCode

  • Home
  • React Native
  • Ubuntu

Ruby on Rails

Ruby on Rails

OAuth 1 Signature – Rails + NETSUITE example

When we decide to use Oauth 1 for authentication, we need to answer the first question: ‘How is the signature generated?’. It took me 3 days to work it out before I could get data from our client’s NETSUITE account. I want to share with you my first raw Ruby Read more…

By simplecode, 3 yearsAugust 30, 2022 ago
Ruby on Rails

Rails API – Quick note

1. Setting up Rails 5 rails new api_app_name –api -d postgresql -T cd api_app_name bundle install rails db:setup Note: –api : generate API app only -d postgresql : using postgresql database -T : to skip generating Test because we are going to use RSpec for testing. 2. Using RSpec for Read more…

By simplecode, 8 yearsJune 14, 2017 ago
  • About
GitHub | LinkedIn | SimpleCode