Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ihower
/
help-exercise-ac
Public
Notifications
You must be signed in to change notification settings
Fork
61
Star
0
Code
Issues
0
Pull requests
36
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Web Bootcamp 期末考
- #39
#39
Open
JackalWei81
wants to merge 7 commits into
ihower:master
ihower/help-exercise-ac:master
from
JackalWei81:master
JackalWei81/help-exercise-ac:master
Copy head branch name to clipboard
Conversation
Commits
7
(7)
Checks
Files changed
Open
Web Bootcamp 期末考
#39
JackalWei81
wants to merge 7 commits into
ihower:master
ihower/help-exercise-ac:master
from
JackalWei81:master
JackalWei81/help-exercise-ac:master
Copy head branch name to clipboard
Commits
Commits on Jul 22, 2016
1. (改 Ajax) 在 views/messages/shwo.html.erb L26 使用者可以刪除自己的留言,請修改成 AJAX 刪除,並立即移除畫面上的留言。
JackalWei81
committed
b830071
View commit details
Copy full SHA for b830071
Browse repository at this point
解決在首頁瀏覽 Messages 列表時,有 N+1 queries 的效能問題。
JackalWei81
committed
75286af
View commit details
Copy full SHA for 75286af
Browse repository at this point
修改 controllers/messages_controller.rb L10-11, L13-14, L18-19 和 models/message.rb 重構成使用 ActiveRecord Scope
JackalWei81
committed
57d9648
View commit details
Copy full SHA for 57d9648
Browse repository at this point
實作posts_count通過單元測試
JackalWei81
committed
8b5fc72
View commit details
Copy full SHA for 8b5fc72
Browse repository at this point
加上 #words_count 的單元測試
JackalWei81
committed
7578872
View commit details
Copy full SHA for 7578872
Browse repository at this point
實作JSON API 網址是 /api/v1/messages,列出所有 Message 訊息,包括 id, status, category_name, title, content 和 created_at
JackalWei81
committed
7b357c9
View commit details
Copy full SHA for 7b357c9
Browse repository at this point
使用者 User 可以訂閱(subscribe)和按贊(like)一則 Message,且在 messages show 頁面上,顯示有誰訂閱和按贊。
JackalWei81
committed
0bf7556
View commit details
Copy full SHA for 0bf7556
Browse repository at this point
You can’t perform that action at this time.