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-01-25 06:18:04 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a29369ae4ac705fbbd4ac0c0325468e50e4eeca0
rails
/
activerecord
/
lib
History
Mike Gunderloy
220dff4c3b
Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_transaction_raises_statement_invalid [
#1669
state:resolved]
...
Signed-off-by: Pratik Naik <
pratiknaik@gmail.com
>
2008-12-30 03:07:30 +00:00
..
active_record
Add transaction check to SQLite2 adapter to fix test_sqlite_add_column_in_transaction_raises_statement_invalid [
#1669
state:resolved]
2008-12-30 03:07:30 +00:00
active_record.rb
Introduce dynamic scopes for ActiveRecord: you can now use class methods like scoped_by_user_name(user_name) and scoped_by_user_name_and_password(user_name, password) that will use the scoped method with attributes you supply. [
#1648
state:committed]
2008-12-28 20:52:46 +01:00
activerecord.rb
Allow frameworks to be required by their gem name (
closes
#8845
) [drnic]
2007-09-22 18:15:05 +00:00