Commit Graph

100 Commits (130948ae3f8c0516f0d8a1045edd5e38af5ec63a)

Author SHA1 Message Date
Marcin Kulik e236584458 Add explicit routing in ApplicationController spec 12 years ago
Marcin Kulik edca2027ce Fix AsciicastsController#destroy spec 12 years ago
Marcin Kulik 92dde22afe Use proper verb in SessionsController specs 12 years ago
Marcin Kulik d0e16853e0 Pass required action params in SessionsController spec 12 years ago
Marcin Kulik 67a182d6ca Use new FactoryGirl syntax exclusively 12 years ago
Marcin Kulik 668f382a69 Fix specs 12 years ago
Marcin Kulik 785273707b Proper design, finally! 12 years ago
Marcin Kulik a57d05597e Don't crash on comment for asciicast without user 12 years ago
Marcin Kulik 06e7314f23 Fix AsciicastsController spec 12 years ago
Marcin Kulik 347068e064 Tests adjustments for girl_friday 12 years ago
Marcin Kulik 3a7f462b13 Send email to asciicast author when someone comments 12 years ago
Marcin Kulik 0bb3e75fb6 No need for instance variables in CommentsController#create 12 years ago
Marcin Kulik 10b64e08b4 Pending 12 years ago
Marcin Kulik 4549592238 Use "method" naming for describe blocks in controller specs 12 years ago
Marcin Kulik 8398750aab Specs for StaticPagesController 12 years ago
Marcin Kulik d6776ee261 Specs for asciicasts_controller 12 years ago
Marcin Kulik 648cf1140b Move all 404 handling to application_controller 12 years ago
Marcin Kulik 46d0a94dda Spec for Api::AsciicastsController#create 12 years ago
Marcin Kulik e26875f68a Update CommentsController spec 12 years ago
Marcin Kulik dccca52c26 Update specs 12 years ago
Marcin Kulik 98d80ae1fd More specs for home controller 12 years ago
Marcin Kulik 0455aeafb7 Fix code style issues in specs 12 years ago
Marcin Kulik 61b3890a3d Merge remote-tracking branch 'origin/unique-nickname'
* origin/unique-nickname:
  Keep sensitive signup data in session
  Add users factory back
  rm users factories
  Add view spec for users#new
  Add specs to user#create
  Validate nickname uniquness

Conflicts:
	Gemfile
	Gemfile.lock
13 years ago
Micha Wrobel d6273d4259 Keep sensitive signup data in session 13 years ago
Marcin Kulik 3f798ab7aa Check code style with cane and tailor 13 years ago
Micha Wrobel 6b40d9dbc8 Add specs to user#create 13 years ago
Micha Wrobel fc53b71ee2 Validate nickname uniquness 13 years ago
Marcin Kulik 9e0a6acf55 Spec for #redirect_back_or_to 13 years ago
Marcin Kulik 8216781067 Use store_location in Unauthorized handler 13 years ago
Marcin Kulik a0041abed1 store_location / get_stored_location 13 years ago
Marcin Kulik 80df89ec84 Fix typo 13 years ago
Marcin Kulik 98d5285a23 Require auth in UserTokensController (closes #53) 13 years ago
Marcin Kulik 16d11a1249 Redirect to profile page after claiming (closes #51) 13 years ago
Marcin Kulik 4041b31284 Update usage of FactoryGirl to new syntax 13 years ago
Marcin Kulik 51dfa8474f Profile paths: ~sickill 13 years ago
Marcin Kulik 35af4cf9e7 Home and installation pages 13 years ago
Marcin Kulik c4f40322ed Merge branch 'master' into comments
* master:
  Display asciicast author and creation time
  Claiming asciicasts
  User#add_user_token
  Asciicast.assign_user
  User tokens for assigning asciicasts to users
  Better styles + pagination

Conflicts:
	app/models/asciicast.rb
	db/schema.rb
	spec/factories/asciicasts.rb
	spec/factories/users.rb
13 years ago
Marcin Kulik 9e59b19c16 Claiming asciicasts 13 years ago
Micha Wrobel 5ad02c8610 Remove wrong route 13 years ago
Micha Wrobel 5d52be2bae Add Forbiden Exception and refactor existing actions 13 years ago
Micha Wrobel 4f47f0a7fc Add specs for destroy 13 years ago
Micha Wrobel 70cf1bdc3b Add comment resource 13 years ago
Micha Wrobel 2669bbb310 Don't use assigns(:current_user) in spec 13 years ago
Micha Wrobel 96fee0c6da use get method instead delete 13 years ago
Marcin Kulik 44c142981a Check for :alert instead of :error in spec 13 years ago
Micha Wrobel c4763bb566 Improve controller specs, tiny refactoring 13 years ago
Micha Wrobel bf6b74289b Add omniauth authentication: github and twitter 13 years ago
Marcin Kulik 59dbd5aea3 Api::AsciicastsController 13 years ago
Marcin Kulik c5de80788a Asciicast model 13 years ago
Marcin Kulik 2abdf89511 404 handling 13 years ago