-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.byebug_history
47 lines (47 loc) · 1.05 KB
/
.byebug_history
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
c
current_page? root_path
root_path
request.env['PATH_INFO']
request.env['PATH_INFO'] == current_page?(root_path)
request.env['PATH_INFO'] == current_page?(my_path)
current_page?("/") == root_path
current_page?("/") => root_path
current_page?("/") == root_path
current_page?("/")
current_page?(root_path)
current_page?(root_path) == "/"
current_page?(root_path)
current_page?
current_page?(action: 'index')
expect(request.env['PATH_INFO']).to eq '/users'
expect(current_path).to eq '/users'
controller_name == paths.first && action_name == paths.last
path =~ /#/
request.fullpath
request.env['PATH_INFO']
current_path?(root_path)
current_path?()
current_path?(/\/dashboard/)
c
current_path?("stripe_payments")
current_path?("/stripe_payments")
current_path?
c
request.env['PATH_INFO']
current_url
current_uri
current_path
~current_path
c
StripePayment.where(:user_id => current_user.id).count
StripePayment.where(:user_id => current_user.id)
StripePayment.current_user
current_user.stripe_payment
c
params
c
params
c
params
c
Rails.configuration.stripe[:publishable_key]