Fixed deprecated info

This commit is contained in:
yafeilee 2016-03-08 23:26:55 +08:00
parent fa37a50c8c
commit c285aa3576
9 changed files with 7 additions and 11 deletions

9
.gitignore vendored
View File

@ -1,16 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile ~/.gitignore_global
# Ignore bundler config
/.bundle /.bundle
# Ignore the default SQLite database.
/db/*.sqlite3 /db/*.sqlite3
# Ignore all logfiles and tempfiles.
/log/*.log /log/*.log
/tmp /tmp

View File

@ -19,3 +19,4 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE. THE SOFTWARE.

View File

@ -1,5 +1,4 @@
#!/usr/bin/env rake #!/usr/bin/env rake
require File.expand_path('../config/application', __FILE__) require File.expand_path('../config/application', __FILE__)
WBlog::Application.load_tasks WBlog::Application.load_tasks

View File

@ -1,2 +1,3 @@
require ::File.expand_path('../config/environment', __FILE__) require ::File.expand_path('../config/environment', __FILE__)
run WBlog::Application run WBlog::Application

View File

@ -0,0 +1,2 @@

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

View File

@ -1,5 +1,4 @@
#!/usr/bin/env ruby #!/usr/bin/env ruby
APP_PATH = File.expand_path('../../config/application', __FILE__) APP_PATH = File.expand_path('../../config/application', __FILE__)
require File.expand_path('../../config/boot', __FILE__) require File.expand_path('../../config/boot', __FILE__)
require 'rails/commands' require 'rails/commands'

View File

@ -0,0 +1 @@