Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
V
venjob
  • Overview
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 1
    • Issues 1
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Xuan Trung Le
  • venjob
  • Merge Requests
  • !5

Merged
Opened Oct 19, 2017 by Xuan Trung Le@trunglx 
  • Report abuse
Report abuse

create apply_job page

I have created an apply_job page to user apply the positions that they want, and a mailer page to send an email after user was applied successfully.

  • Discussion 1
  • Commits 4
  • Changes 22
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Xuan Trung Le @trunglx

    added 1 commit

    • b73f6ed7 - install sidekiq

    Compare with previous version

    Oct 19, 2017

    added 1 commit

    • b73f6ed7 - install sidekiq

    Compare with previous version

    added 1 commit * b73f6ed7 - install sidekiq [Compare with previous version](https://gitlab.zigexn.vn/trunglx/venjob/merge_requests/5/diffs?diff_id=3787&start_sha=022b3d72f78add9f572bc3f43c6d1bbec1418855)
    Toggle commit list
  • Ba Toi Dang
    @toidb started a discussion on an old version of the diff Oct 23, 2017
    Resolved by Xuan Trung Le Oct 23, 2017
    app/controllers/applies_controller.rb 0 → 100644
    1 class AppliesController < ApplicationController
    2 before_action :authenticate_user!
    3 def apply
    4 session[:job_id] = params[:job_id] if params[:job_id]
    5 @application = ApplyJob.new
    6
    7 if session[:candidate_name] && session[:candidate_email]
    8 @application = ApplyJob.new(name: session[:candidate_name],
    9 email: session[:candidate_email],
    10 cv: session[:candidate_cv])
    11 elsif current_user
    12 @application = ApplyJob.new(name: current_user.name,
    13 email: current_user.email,
    14 cv: current_user.cv)
    15 else
    16 # Nothing.
    • Ba Toi Dang @toidb commented Oct 23, 2017
      Master

      What is this?

      What is this?
    • Xuan Trung Le @trunglx

      changed this line in version 3 of the diff

      Oct 23, 2017

      changed this line in version 3 of the diff

      changed this line in [version 3 of the diff](https://gitlab.zigexn.vn/trunglx/venjob/merge_requests/5/diffs?diff_id=3796&start_sha=b73f6ed708fc1be55e3abd3d9c44bdc47bb724e7#d9c45092651a193b7c63a6a3b87ae6db5b912ec9_16_11)
      Toggle commit list
    Please register or sign in to reply
  • Xuan Trung Le @trunglx

    added 1 commit

    • f80735ef - fix bugs

    Compare with previous version

    Oct 23, 2017

    added 1 commit

    • f80735ef - fix bugs

    Compare with previous version

    added 1 commit * f80735ef - fix bugs [Compare with previous version](https://gitlab.zigexn.vn/trunglx/venjob/merge_requests/5/diffs?diff_id=3796&start_sha=b73f6ed708fc1be55e3abd3d9c44bdc47bb724e7)
    Toggle commit list
  • Xuan Trung Le @trunglx

    resolved all discussions

    Oct 23, 2017

    resolved all discussions

    resolved all discussions
    Toggle commit list
  • Xuan Trung Le @trunglx

    added 1 commit

    • 06e91ab0 - fix bugs

    Compare with previous version

    Oct 25, 2017

    added 1 commit

    • 06e91ab0 - fix bugs

    Compare with previous version

    added 1 commit * 06e91ab0 - fix bugs [Compare with previous version](https://gitlab.zigexn.vn/trunglx/venjob/merge_requests/5/diffs?diff_id=3813&start_sha=f80735ef7d35b3ddb3ea20aa3039d6519ad699ca)
    Toggle commit list
  • Ba Toi Dang @toidb

    mentioned in commit 608d29a9

    Oct 25, 2017

    mentioned in commit 608d29a9

    mentioned in commit 608d29a98d819a0ba1f1a34e27c22f3a63f41ae5
    Toggle commit list
  • Ba Toi Dang @toidb

    merged

    Oct 25, 2017

    merged

    merged
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Xuan Trung Le
Assignee
Xuan Trung Le @trunglx
Assign to
None
Milestone
None
Assign milestone
Time tracking
2
2 participants
Reference: trunglx/venjob!5
×

Revert this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.
×

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.