Project

General



Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  app 13253 about 11 years Jean-Philippe Lang Removes some ruby1.8 handling code.
  config 13242 about 11 years Toshi MARUYAMA config: remove config.whiny_nils from test and ...
  db 13243 about 11 years Toshi MARUYAMA db migrate: remove Relation#all from 2010081917...
  doc 13227 about 11 years Jean-Philippe Lang Updates for 2.5.2 release.
  extra 12736 over 11 years Toshi MARUYAMA update copyright year (#15977) Contributed by ...
  files 67 over 18 years Jean-Philippe Lang trunk moved from /trunk/redmine to /trunk
  lib 13253 about 11 years Jean-Philippe Lang Removes some ruby1.8 handling code.
  log 1283 over 17 years Jean-Philippe Lang Add unloadable to the sample plugin controller ...
  plugins 9528 over 13 years Jean-Philippe Lang Merged rails-3.2 branch.
  public 13199 about 11 years Toshi MARUYAMA fix file upload broken on Chrome 36 (#17151) C...
  script 9659 over 13 years Toshi MARUYAMA set svn:executable '*' to script/*
  test 13253 about 11 years Jean-Philippe Lang Removes some ruby1.8 handling code.
  tmp 10702 almost 13 years Toshi MARUYAMA add tmp/pdf directory (#12189)
  vendor 9565 over 13 years Jean-Philippe Lang Removed /vendor/plugins directory. Redmine plug...
.gitignore 731 Bytes 11764 over 12 years Jean-Baptiste Barth Add .powrc and .rvmrc in svn, git and hg ignores
.hgignore 607 Bytes 11764 over 12 years Jean-Baptiste Barth Add .powrc and .rvmrc in svn, git and hg ignores
.travis.yml 1.28 KB 13240 about 11 years Toshi MARUYAMA .travis.yml: remove Ruby 1.8.7
CONTRIBUTING.md 240 Bytes 11944 about 12 years Toshi MARUYAMA svn propset svn:eol-style native CONTRIBUTING.md
Gemfile 3.59 KB 13246 about 11 years Toshi MARUYAMA Gemfile: remove version from mocha
README.rdoc 205 Bytes 7851 over 13 years Jean-Philippe Lang Typo
Rakefile 275 Bytes 9528 over 13 years Jean-Philippe Lang Merged rails-3.2 branch.
config.ru 160 Bytes 9528 over 13 years Jean-Philippe Lang Merged rails-3.2 branch.
  • svn:ignore: coverage .project .settings .loadpath .bundle .powrc .rvmrc Gemfile.lock Gemfile.local
  • svn:mergeinfo: /sandbox/custom_fields:12320-12324,12326-12399

Latest revisions

# Date Author Comment
13253 2014-07-09 18:48 Jean-Philippe Lang

Removes some ruby1.8 handling code.

13252 2014-07-09 15:34 Toshi MARUYAMA

use references

On Rails 4.0:

DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: issues, projects, em)
that are referenced in a string SQL snippet. For example:

    Post.includes(:comments).where("comments.title = 'foo'")

Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query,...
13251 2014-07-09 15:33 Toshi MARUYAMA

replace Relation#all

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`).
If you want to get an array of records from a relation,
you can call #to_a (e.g. `Post.where(published: true).to_a`).

13250 2014-07-09 13:37 Toshi MARUYAMA

replace Relation#all

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`).
If you want to get an array of records from a relation,
you can call #to_a (e.g. `Post.where(published: true).to_a`).

13249 2014-07-09 13:37 Toshi MARUYAMA

use references

On Rails 4.0:

DEPRECATION WARNING: It looks like you are eager loading table(s) (one of: issues, projects, em)
that are referenced in a string SQL snippet. For example:

    Post.includes(:comments).where("comments.title = 'foo'")

Currently, Active Record recognizes the table in the string, and knows to JOIN the comments table to the query,...
13248 2014-07-09 12:57 Toshi MARUYAMA

replace Relation#all

On Rails4.0:

DEPRECATION WARNING: Relation#all is deprecated.
If you want to eager-load a relation, you can call #load (e.g. `Post.where(published: true).load`).
If you want to get an array of records from a relation,
you can call #to_a (e.g. `Post.where(published: true).to_a`).

13247 2014-07-09 12:41 Toshi MARUYAMA

remove unneeded Relation#all from ProjectTest

13246 2014-07-09 10:08 Toshi MARUYAMA

Gemfile: remove version from mocha

13245 2014-07-09 10:08 Toshi MARUYAMA

Gemfile: remove version from shoulda

13244 2014-07-09 10:08 Toshi MARUYAMA

Gemfile: upgrade shoulda 3.5.0

This shoulda version is not support Ruby 1.8.7.

View revisions

Also available in: Atom