This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bb707cf7373586952d95bf574cfdeb2dbac29ea2
rails
/
actionpack
/
lib
/
action_controller
/
vendor
/
html-scanner
/
html
History
Josh Kalderimis
d7db6a8873
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
...
Signed-off-by: José Valim <
jose.valim@gmail.com
>
2010-11-20 19:40:29 +01:00
..
document.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
node.rb
Remove more warnings shadowing outer local variable.
2010-09-27 16:43:17 -03:00
sanitizer.rb
class inheritable attributes is used no more! all internal use of class inheritable has been changed to class_attribute. class inheritable attributes has been deprecated.
2010-11-20 19:40:29 +01:00
selector.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
tokenizer.rb
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
2010-08-14 04:12:33 -03:00
version.rb
Allow assert_tag(:conditions) to match the empty string when a tag has no children.
Closes
#2959
. [Jamis Buck]
2005-11-21 21:02:10 +00:00