- Budget Reducer Specs need help
- Extract the app.component.* files to a container so we can have multiple apps
- Remove Store from BudgetFormComponent and bring it to the Campaign Component.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tap "caskroom/cask" | |
cask "google-chrome" | |
cask "firefox" | |
brew "chromedriver" | |
brew "geckodriver" |
DEPRECATION WARNING: Using positional arguments in functional tests has been deprecated,
in favor of keyword arguments, and will be removed in Rails 5.1.
Deprecated style:
get :show, { id: 1 }, nil, { notice: "This is a flash message" }
New keyword style:
get :show, params: { id: 1 }, flash: { notice: "This is a flash message" },
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :import do | |
desc 'Checks all pre-exsisting campaigns funded_text' | |
task :account_images, [:account_id] => [:environment] do |t, arg| | |
puts "Arg is: #{arg[:account_id]}" | |
end | |
desc 'Checks all pre-exsisting campaigns funded_text' | |
task :account_image_images, [:account_id] => [:environment] do |t, arg| | |
puts "Arg is: #{arg[:account_id]}" | |
end |
account
name subdomain hostname
name:string subdomain:string created_at:datetime updated_at:datetime logo:string theme_id:integer background_image:string company_url:string about_us:text tax_id_number:string jurisdiction:string executive_name:string favicon:string hostname:string footer_logo:string status:string education_url:string marketing_title:string marketing_subtitle:string is_private:boolean import_file:string entity_type:string screen_investors:boolean how_to_invest:boolean type_of_investment_return:integer level_1_permissions:jsonb marketing_skin:string workflow_creator_id:integer workflow_distributor_id:integer account_mailchimp_list_id:string external_investor_id_source:string general_ledger_id_source:string preferences:jsonb audit_account_id:integer
accreditation
status external_service exernal_key firstname lastname
investor_profile_id:integer organization_id:integer status:string external_service:string external_key:string firstname:string lastname:string verified_at:date legal:str
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
describe "GET index unauthenticated" do | |
end | |
describe "GET index SPONSOR authenticated" do | |
end | |
describe "GET index GUEST authenticated" do | |
end | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1- Create a audience | |
2- Create a campaign w/ email | |
3- Setup a automation flow | |
3-- WHEN THESE PEOPL == list from step 1 | |
3-- TAKE THIS ACTION == Email signup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ pid=8616, timestamp=1436815009 ] Process aborted! signo=SIGSEGV(11), reason=SI_KERNEL, si_addr=0x0, randomSeed=1436814992 | |
[ pid=8616 ] Crash log dumped to /var/tmp/passenger-crash-log.1436815009 | |
[ pid=8616 ] Date, uname and ulimits: | |
Mon Jul 13 19:16:49 UTC 2015 | |
Linux 3.16.0-31-generic #43~14.04.1-Ubuntu SMP Tue Mar 10 20:13:38 UTC 2015 x86_64 x86_64 | |
time(seconds) unlimited | |
file(blocks) unlimited | |
data(kbytes) unlimited | |
stack(kbytes) 8192 | |
coredump(blocks) 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 whole chicken breasts | |
pound so they are flat | |
oil, salt and pepper | |
6-8 minutes | |
thin slices diagnoally | |
2 lbs of green peppers (burn skin off of peppers - grill / 450 ~ 10 minutes) (5 big peppers) | |
cut into thin strips | |
butter in skillit |
NewerOlder